We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b8f38 commit 56fc446Copy full SHA for 56fc446
managed-boundary.tf
@@ -168,6 +168,9 @@ resource "aws_iam_user_policy_attachment" "smtp_broker_policies" {
168
// Route53 manager: for aws_route53_record, aws_route53_zone
169
"arn:aws:iam::aws:policy/AmazonRoute53FullAccess",
170
171
+ // SNS topics for notifications
172
+ "arn:aws:iam::aws:policy/AmazonSNSFullAccess",
173
+
174
// AWS SES policy defined below
175
"arn:aws:iam::${local.this_aws_account_id}:policy/${module.smtp_broker_policy.name}",
176
0 commit comments