Skip to content

Commit

Permalink
infra: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Feb 23, 2024
1 parent 62da751 commit 2b3b409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/locals.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
namespace = "redirectioneaza-${var.env}"
image_repo = data.aws_ecr_repository.this.repository_url
image_tag = "2.0.0-rc.14"
image_tag = "2.0.0-rc.15"

availability_zone = data.aws_availability_zones.current.names[0]

Expand Down
2 changes: 1 addition & 1 deletion terraform/ses.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "aws_route53_record" "mail_from_spf" {
name = "mail.${aws_sesv2_email_identity.main.email_identity}"
type = "TXT"
ttl = "300"
records = ["v=spf1 include:amazonses.com ~all"]
records = ["v=spf1 include:amazonses.com include:_spf.google.com include:sendgrid.net ~all"]
}


Expand Down

0 comments on commit 2b3b409

Please sign in to comment.