Skip to content

Commit

Permalink
Merge pull request #1805 from cloud-gov/spf-dns
Browse files Browse the repository at this point in the history
Adding in NAT GW IPs to SPF
  • Loading branch information
ChrisMcGowan authored Dec 4, 2024
2 parents 729bd5a + 5d2587e commit 3d97818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/stacks/dns/validators.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "aws_route53_record" "cloud_gov_cloud_gov_txt" {
ttl = 300

records = [
"v=spf1 include:mail.zendesk.com include:_spf.google.com ~all",
"v=spf1 include:mail.zendesk.com include:_spf.google.com ip4:${data.terraform_remote_state.tooling.outputs.nat_egress_ip_az1} ip4:${data.terraform_remote_state.tooling.outputs.nat_egress_ip_az2} ~all",
"google-site-verification=jxczK0Pz1ybEFx79BlXIfeX2Cc5vs2YQuqvLnTYF9Bw",
]
}
Expand Down

0 comments on commit 3d97818

Please sign in to comment.