Skip to content

Commit

Permalink
fix: apply assignment to proper account (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Jul 11, 2024
1 parent 4ab5942 commit 4ac7a51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ locals {
group = aws_identitystore_group.canadian_digital_service_production_website_admin,
permission_set = aws_ssoadmin_permission_set.canadian_digital_service_production_website_admin,
},
# ! Cross Account Permission Assignment - Notify Hosted Zone
{
group = aws_identitystore_group.notify_production_hosted_zone_admin,
permission_set = aws_ssoadmin_permission_set.admin_route53_notify_hosted_zone,
}
]
# CdsWebsite-Production
cds_website_production_permission_sets = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ locals {
{
group = aws_identitystore_group.notify_production_read_only,
permission_set = data.aws_ssoadmin_permission_set.aws_read_only_access,
},
{
group = aws_identitystore_group.notify_production_hosted_zone_admin,
permission_set = aws_ssoadmin_permission_set.admin_route53_notify_hosted_zone,
}
]
# Notification-Staging
Expand Down

0 comments on commit 4ac7a51

Please sign in to comment.