diff --git a/examples/eks_test_fixture/README.md b/examples/eks_test_fixture/README.md index 95585c4..a29ccef 100644 --- a/examples/eks_test_fixture/README.md +++ b/examples/eks_test_fixture/README.md @@ -75,6 +75,14 @@ The following IAM policy is the minimum needed to execute the module from the te "ec2:RevokeSecurityGroupIngress", "ec2:UpdateSecurityGroupRuleDescriptionsEgress", "ec2:UpdateSecurityGroupRuleDescriptionsIngress", + "ec2:CreateLaunchTemplate", + "ec2:CreateLaunchTemplateVersion", + "ec2:DeleteLaunchTemplate", + "ec2:DeleteLaunchTemplateVersions", + "ec2:DescribeLaunchTemplates", + "ec2:DescribeLaunchTemplateVersions", + "ec2:GetLaunchTemplateData", + "ec2:ModifyLaunchTemplate", "eks:CreateCluster", "eks:DeleteCluster", "eks:DescribeCluster",