provider/aws: Fix permissions for IAM role in Lambda tests
This commit is contained in:
parent
b592f8d35d
commit
f87f0f5ba6
|
@ -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": [
|
||||
"*"
|
||||
|
|
Loading…
Reference in New Issue