1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Fix typo in module execution IAM policy

Fixed missing service type in the IAM policy.
This commit is contained in:
Leszek Charkiewicz
2018-06-22 15:07:50 +02:00
committed by GitHub
parent ee66e1df65
commit 37f0752f9e
+1 -1
View File
@@ -67,7 +67,7 @@ The following IAM policy is the minimum needed to execute the module from the te
"ec2:DetachNetworkInterface", "ec2:DetachNetworkInterface",
"ec2:DetachVolume", "ec2:DetachVolume",
"ec2:Disassociate*", "ec2:Disassociate*",
"ModifySubnetAttribute", "ec2:ModifySubnetAttribute",
"ec2:ModifyVpcAttribute", "ec2:ModifyVpcAttribute",
"ec2:ModifyVpcEndpoint", "ec2:ModifyVpcEndpoint",
"ec2:ReleaseAddress", "ec2:ReleaseAddress",