Skip to content

Commit 65f9c4c

Browse files
authored
Merge pull request #663 from natefox/adding-tagTagResources
add tag:TagResources to example IAM policy
2 parents 13b731a + 0cf6434 commit 65f9c4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/iam-policy.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@
7878
},
7979
{
8080
"Effect": "Allow",
81-
"Action": ["tag:GetResources"],
81+
"Action": [
82+
"tag:GetResources",
83+
"tag:TagResources"
84+
],
8285
"Resource": "*"
8386
},
8487
{

0 commit comments

Comments
 (0)