Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
implementing the lambda function
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 8, 2023
1 parent e6ac8fe commit a863316
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions terraform/hydrocron-lambda-iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ resource "aws_iam_role" "hydrocron-service-role" {
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"sts:AssumeRole",
"ec2:CreateNetworkInterface",
"ec2:DescribeNetworkInterfaces",
"ec2:DeleteNetworkInterface"
],
"Action": "sts:AssumeRole",
"Principal": {
"Service": "lambda.amazonaws.com"
},
Expand Down

0 comments on commit a863316

Please sign in to comment.