Skip to content

Commit

Permalink
LRNT-020: Using the correct AWS account
Browse files Browse the repository at this point in the history
Signed-off-by: Ulises Tirado Zatarain <ulises.tirado@cimat.mx>
  • Loading branch information
zatarain committed Aug 9, 2024
1 parent 9d99185 commit c3ca131
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mail.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ locals {

resource "aws_route53_record" "crm-code" {
for_each = toset(local.configuration.sdlc.environments)
provider = aws.root
zone_id = local.kingdom.zone_id
name = local.mail-server == "" ? "@" : local.mail-server
type = "TXT"
Expand All @@ -32,7 +31,6 @@ resource "aws_route53_record" "crm-code" {

resource "aws_route53_record" "crm-dkim" {
for_each = toset(local.configuration.sdlc.environments)
provider = aws.root
zone_id = local.kingdom.zone_id
name = "mail._domainkey.${local.mail-server}"
type = "TXT"
Expand All @@ -42,7 +40,6 @@ resource "aws_route53_record" "crm-dkim" {

resource "aws_route53_record" "crm-dmarc" {
for_each = toset(local.configuration.sdlc.environments)
provider = aws.root
zone_id = local.kingdom.zone_id
name = "_dmarc.${local.mail-server}"
type = "TXT"
Expand Down

0 comments on commit c3ca131

Please sign in to comment.