We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2206b7 + f271ade commit 7f8f905Copy full SHA for 7f8f905
aws/roles.tf
@@ -17,8 +17,7 @@ data "aws_iam_policy_document" "codebuild_policy_document" {
17
"elasticloadbalancing:*",
18
"iam:DeleteGroupMembership",
19
"iam:DetachRolePolicy",
20
- "iam:DeletePolicy",
21
- "sso:TagResource"
+ "iam:DeletePolicy"
22
]
23
resources = [
24
"arn:aws:s3:::homebrew-terraform-state/*",
@@ -30,6 +29,7 @@ data "aws_iam_policy_document" "codebuild_policy_document" {
30
29
effect = "Allow"
31
actions = [
32
"iam:*",
+ "sso:TagResource"
33
34
resources = ["*"]
35
}
0 commit comments