Skip to content

Commit

Permalink
♻ Refactor Operations Engineering Permissions From SSOReadOnly to Rea…
Browse files Browse the repository at this point in the history
…dOnly (#1055)
  • Loading branch information
connormaglynn authored Dec 3, 2024
1 parent a12fa65 commit 6bc557e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ locals {
},
{
github_team = "operations-engineering",
permission_set_arn = aws_ssoadmin_permission_set.aws_sso_read_only.arn,
permission_set_arn = aws_ssoadmin_permission_set.read_only_access.arn,
account_ids = [
aws_organizations_organization.default.master_account_id
]
Expand Down

0 comments on commit 6bc557e

Please sign in to comment.