mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-01 15:03:06 +02:00
Updating example IAM docs to include Launch Template actions (#268)
This commit is contained in:
@@ -75,6 +75,14 @@ The following IAM policy is the minimum needed to execute the module from the te
|
|||||||
"ec2:RevokeSecurityGroupIngress",
|
"ec2:RevokeSecurityGroupIngress",
|
||||||
"ec2:UpdateSecurityGroupRuleDescriptionsEgress",
|
"ec2:UpdateSecurityGroupRuleDescriptionsEgress",
|
||||||
"ec2:UpdateSecurityGroupRuleDescriptionsIngress",
|
"ec2:UpdateSecurityGroupRuleDescriptionsIngress",
|
||||||
|
"ec2:CreateLaunchTemplate",
|
||||||
|
"ec2:CreateLaunchTemplateVersion",
|
||||||
|
"ec2:DeleteLaunchTemplate",
|
||||||
|
"ec2:DeleteLaunchTemplateVersions",
|
||||||
|
"ec2:DescribeLaunchTemplates",
|
||||||
|
"ec2:DescribeLaunchTemplateVersions",
|
||||||
|
"ec2:GetLaunchTemplateData",
|
||||||
|
"ec2:ModifyLaunchTemplate",
|
||||||
"eks:CreateCluster",
|
"eks:CreateCluster",
|
||||||
"eks:DeleteCluster",
|
"eks:DeleteCluster",
|
||||||
"eks:DescribeCluster",
|
"eks:DescribeCluster",
|
||||||
|
|||||||
Reference in New Issue
Block a user