add Google Workspace CNAME verification record for neurontechnologies.ai
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user