Skip to content

Commit 9ed2780

Browse files
trying once more on CI
1 parent d5086ff commit 9ed2780

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

examples/eks_test_fixture/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# eks_test_fixture example
22

3-
This set of templates serves two purposes:
3+
This set of templates serves a few purposes. It:
44

5-
1. it shows developers how to use the module in a straightforward way as integrated with other terraform community supported modules.
6-
1. serves as the test infrastructure for CI on the project.
5+
1. shows developers how to use the module in a straightforward way as integrated with other terraform community supported modules.
6+
2. serves as the test infrastructure for CI on the project.
7+
3. provides a simple way to play with the Kubernetes cluster you create.
78

89
## IAM Permissions
910

@@ -66,8 +67,12 @@ The following IAM policy is the minimum needed to execute the module from the te
6667
"ec2:DetachNetworkInterface",
6768
"ec2:DetachVolume",
6869
"ec2:Disassociate*",
70+
"ModifySubnetAttribute",
6971
"ec2:ModifyVpcAttribute",
7072
"ec2:ModifyVpcEndpoint",
73+
"ec2:ReleaseAddress",
74+
"ec2:RevokeSecurityGroupEgress",
75+
"ec2:RevokeSecurityGroupIngress",
7176
"ec2:UpdateSecurityGroupRuleDescriptionsEgress",
7277
"ec2:UpdateSecurityGroupRuleDescriptionsIngress",
7378
"eks:CreateCluster",
@@ -92,6 +97,7 @@ The following IAM policy is the minimum needed to execute the module from the te
9297
"iam:GetRole",
9398
"iam:GetRolePolicy",
9499
"iam:List*",
100+
"iam:PassRole",
95101
"iam:PutRolePolicy",
96102
"iam:RemoveRoleFromInstanceProfile",
97103
"iam:UpdateAssumeRolePolicy"

0 commit comments

Comments
 (0)