Skip to content

Commit

Permalink
terraform plan permissions (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Jul 22, 2024
1 parent 2442c72 commit 89d1549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/notification.canada.ca-role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ resource "aws_iam_role" "notify_prod_dns_manager" {
Principal = {
AWS = [
"arn:aws:iam::296255494825:role/notification-terraform-apply",
"arn:aws:iam::296255494825:role/notification-terraform-plan",
var.aws_sso_admin_access_role_arn
]
},
Expand Down

0 comments on commit 89d1549

Please sign in to comment.