add Google Workspace CNAME verification record for neurontechnologies.ai

This commit is contained in:
Will Anderson
2026-04-16 18:46:58 -05:00
parent a199ef3e85
commit ad84443131
+8 -11
View File
@@ -66,17 +66,14 @@ resource "cloudflare_record" "nt_dmarc" {
ttl = 3600
}
# ── Google Workspace domain verification ─────────────────────────────────────
# Uncomment and fill in your verification token from Google Workspace Admin
# (Admin Console → Account → Domains → Manage domains → verify)
#
# resource "cloudflare_record" "nt_google_verify" {
# zone_id = local.zone_neurontechnologies_ai
# name = "@"
# type = "TXT"
# content = "google-site-verification=REPLACE_WITH_YOUR_TOKEN"
# ttl = 3600
# }
# ── Google Workspace domain verification (CNAME method) ──────────────────────
resource "cloudflare_record" "nt_google_verify" {
zone_id = local.zone_neurontechnologies_ai
name = "70280652"
type = "CNAME"
content = "google.com"
ttl = 3600
}
# ── DKIM ──────────────────────────────────────────────────────────────────────
# Add after Google Workspace generates your DKIM key.