Skip to content

Commit

Permalink
fix: update OIDC role arn (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Nov 17, 2023
1 parent 55efae3 commit 825a86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terragrunt/org_account/roles/OIDC.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data "aws_iam_policy_document" "org_account_list_in_sandbox" {
]

resources = [
"arn:aws:organizations::659087519042:ou/o-625no8z3dd/ou-5gsq-qhvjdryl",
"arn:aws:organizations::659087519042:ou/o-625no8z3dd/ou-5gsq-9tmkqm3f",
]
}
}
Expand Down

0 comments on commit 825a86d

Please sign in to comment.