mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-01 06:53:06 +02:00
Merge pull request #29 from lcharkiewicz/patch-1
Fix typo in IAM policy for testing
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user