Skip to content

Commit 56fc446

Browse files
committed
Broker user needs to be able to manage SNS topics
1 parent 06b8f38 commit 56fc446

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

managed-boundary.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ resource "aws_iam_user_policy_attachment" "smtp_broker_policies" {
168168
// Route53 manager: for aws_route53_record, aws_route53_zone
169169
"arn:aws:iam::aws:policy/AmazonRoute53FullAccess",
170170

171+
// SNS topics for notifications
172+
"arn:aws:iam::aws:policy/AmazonSNSFullAccess",
173+
171174
// AWS SES policy defined below
172175
"arn:aws:iam::${local.this_aws_account_id}:policy/${module.smtp_broker_policy.name}",
173176

0 commit comments

Comments
 (0)