From 37f0752f9ef8fd2d3f6d84df1a5394a558bef5a1 Mon Sep 17 00:00:00 2001 From: Leszek Charkiewicz Date: Fri, 22 Jun 2018 15:07:50 +0200 Subject: [PATCH] Fix typo in module execution IAM policy Fixed missing service type in the IAM policy. --- examples/eks_test_fixture/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/eks_test_fixture/README.md b/examples/eks_test_fixture/README.md index a1f15a3..95585c4 100644 --- a/examples/eks_test_fixture/README.md +++ b/examples/eks_test_fixture/README.md @@ -67,7 +67,7 @@ The following IAM policy is the minimum needed to execute the module from the te "ec2:DetachNetworkInterface", "ec2:DetachVolume", "ec2:Disassociate*", - "ModifySubnetAttribute", + "ec2:ModifySubnetAttribute", "ec2:ModifyVpcAttribute", "ec2:ModifyVpcEndpoint", "ec2:ReleaseAddress",