From 4d926850d35c2abd5a4ca9e64c3b8807cce2c82b Mon Sep 17 00:00:00 2001 From: zeeket Date: Fri, 19 Jul 2024 00:02:58 +0300 Subject: [PATCH] dont uppercase google mail address to reduce tofu noise --- infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index b4887cb..350723b 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -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" {