Skip to content

Commit

Permalink
feat(dns/jenkins.io) allow google workpace in SPF - jenkins-infra/hel…
Browse files Browse the repository at this point in the history
…pdesk#3089

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Jan 22, 2025
1 parent 7deaa08 commit 9b1d79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns-records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ resource "azurerm_dns_txt_record" "apex_jenkinsio" {
value = "google-site-verification=4Z81CA6VzprPWEbGFtNbJwWoZBTGmTp3dk7N0hbt87U"
}
record {
value = "v=spf1 include:mailgun.org include:sendgrid.net -all"
value = "v=spf1 include:mailgun.org include:sendgrid.net include:_spf.google.com ~all"
}

tags = local.default_tags
Expand Down

0 comments on commit 9b1d79a

Please sign in to comment.