Skip to content

Commit 7f8f905

Browse files
authored
Merge pull request #41 from Homebrew/SMillerDev-patch-1
fix: do not restrict tagging
2 parents b2206b7 + f271ade commit 7f8f905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws/roles.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ data "aws_iam_policy_document" "codebuild_policy_document" {
1717
"elasticloadbalancing:*",
1818
"iam:DeleteGroupMembership",
1919
"iam:DetachRolePolicy",
20-
"iam:DeletePolicy",
21-
"sso:TagResource"
20+
"iam:DeletePolicy"
2221
]
2322
resources = [
2423
"arn:aws:s3:::homebrew-terraform-state/*",
@@ -30,6 +29,7 @@ data "aws_iam_policy_document" "codebuild_policy_document" {
3029
effect = "Allow"
3130
actions = [
3231
"iam:*",
32+
"sso:TagResource"
3333
]
3434
resources = ["*"]
3535
}

0 commit comments

Comments
 (0)