Skip to content

Commit

Permalink
added backend role to trusted entities for developers (#5739)
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 authored Dec 8, 2023
1 parent db03a3a commit 666348f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/environments/bootstrap/delegate-access/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ data "aws_iam_policy_document" "common_statements" {
"arn:aws:iam::*:role/read-log-records",
"arn:aws:iam::*:role/member-delegation-read-only",
"arn:aws:iam::${local.environment_management.account_ids["core-shared-services-production"]}:role/member-shared-services",
"arn:aws:iam::${local.modernisation_platform_account.id}:role/modernisation-account-limited-read-member-access"
"arn:aws:iam::${local.modernisation_platform_account.id}:role/modernisation-account-limited-read-member-access",
"arn:aws:iam::${local.modernisation_platform_account.id}:role/modernisation-account-terraform-state-member-access"
]
}
}
Expand Down

0 comments on commit 666348f

Please sign in to comment.