Skip to content

Commit d8fe029

Browse files
authored
Merge pull request #1310 from M00nF1sh/f_iam
Fix IAM permission typo in SetWebAcl
2 parents ec387ad + 43f404d commit d8fe029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/iam-policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"elasticloadbalancing:SetIpAddressType",
7070
"elasticloadbalancing:SetSecurityGroups",
7171
"elasticloadbalancing:SetSubnets",
72-
"elasticloadbalancing:SetWebACL"
72+
"elasticloadbalancing:SetWebAcl"
7373
],
7474
"Resource": "*"
7575
},

0 commit comments

Comments
 (0)