Skip to content

Commit f9478cf

Browse files
authored
Merge pull request #47 from Homebrew/SMillerDev-patch-1
fix: add "sso:ListInstances" permission
2 parents 55ea446 + 33171d5 commit f9478cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws/roles.tf

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ data "aws_iam_policy_document" "codebuild_policy_document" {
2323
actions = [
2424
"iam:*",
2525
"sso:TagResource",
26+
"sso:Describe*",
27+
"sso:List*",
2628
"ecs:*",
2729
"ecr:*",
2830
"apigateway:*",

0 commit comments

Comments
 (0)