Skip to content

Commit

Permalink
fix ses policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarek-Rolski committed Feb 19, 2025
1 parent 9bffdd9 commit 88487f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/auth/ses.tf
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ data "aws_iam_policy_document" "ses_policy_document" {
}
condition {
test = "StringEqualsIgnoreCase"
values = "no-reply@${var.domain_name}"
values = ["no-reply@${var.domain_name}"]
variable = "ses:FromAddress"
}
condition {
Expand Down

0 comments on commit 88487f1

Please sign in to comment.