mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-20 16:43:46 +01:00
Fix typo in module execution IAM policy
Fixed missing service type in the IAM policy.
This commit is contained in:
committed by
GitHub
parent
ee66e1df65
commit
37f0752f9e
@@ -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