File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
stacks/email_and_alerting/terraform Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,8 @@ data "aws_iam_policy_document" "email_report_send_raw_email" {
123123
124124 resources = [
125125 " arn:aws:ses:${ data . aws_region . current . region } :${ data . aws_caller_identity . current . account_id } :identity/${ aws_ses_domain_identity . gp2gp_inbox . domain } " ,
126- " arn:aws:ses:${ data . aws_region . current . region } :${ data . aws_caller_identity . current . account_id } :identity/${ data . aws_ssm_parameter . email_report_recipient_internal_email_param_name . value } "
126+ " arn:aws:ses:${ data . aws_region . current . region } :${ data . aws_caller_identity . current . account_id } :identity/${ data . aws_ssm_parameter . email_report_recipient_internal_email_param_name . value } " ,
127+ " arn:aws:ses:${ data . aws_region . current . region } :${ data . aws_caller_identity . current . account_id } :identity/${ data . aws_ssm_parameter . gp2gp_mailbox . value } "
127128 ]
128129 }
129130}
You can’t perform that action at this time.
0 commit comments