mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 10:01:08 -04:00
provider/aws: Fix permissions for IAM role in Lambda tests
This commit is contained in:
@@ -670,7 +670,9 @@ resource "aws_iam_role_policy" "iam_policy_for_lambda" {
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"ec2:CreateNetworkInterface"
|
||||
"ec2:CreateNetworkInterface",
|
||||
"ec2:DescribeNetworkInterfaces",
|
||||
"ec2:DeleteNetworkInterface"
|
||||
],
|
||||
"Resource": [
|
||||
"*"
|
||||
|
||||
Reference in New Issue
Block a user