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 ttl = 3600
} }
# ── Google Workspace domain verification ───────────────────────────────────── # ── Google Workspace domain verification (CNAME method) ──────────────────────
# Uncomment and fill in your verification token from Google Workspace Admin resource "cloudflare_record" "nt_google_verify" {
# (Admin Console → Account → Domains → Manage domains → verify) zone_id = local.zone_neurontechnologies_ai
# name = "70280652"
# resource "cloudflare_record" "nt_google_verify" { type = "CNAME"
# zone_id = local.zone_neurontechnologies_ai content = "google.com"
# name = "@" ttl = 3600
# type = "TXT" }
# content = "google-site-verification=REPLACE_WITH_YOUR_TOKEN"
# ttl = 3600
# }
# ── DKIM ────────────────────────────────────────────────────────────────────── # ── DKIM ──────────────────────────────────────────────────────────────────────
# Add after Google Workspace generates your DKIM key. # Add after Google Workspace generates your DKIM key.