Skip to content

Commit

Permalink
dont uppercase google mail address to reduce tofu noise
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeket committed Jul 18, 2024
1 parent 02c3f71 commit 4d92685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ resource "digitalocean_record" "mx" {
type = "MX"
name = "@"
priority = 1
value = "SMTP.GOOGLE.COM."
value = "smtp.google.com."
}

resource "digitalocean_record" "googleverification" {
Expand Down

0 comments on commit 4d92685

Please sign in to comment.