Skip to content

Commit 7d9d9e3

Browse files
committed
fix @ TXT
1 parent 9539b19 commit 7d9d9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

record.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "cloudflare_record" "anchor_chofu_tech_AAAA" {
2828

2929
resource "cloudflare_record" "anchor_chofu_tech_TXT_google" {
3030
zone_id = lookup(data.cloudflare_zones.chofu-tech.zones[0], "id")
31-
name = ""
31+
name = "@"
3232
value = "google-site-verification=wiv2lGVJTfLOaToG4WJuHZ9Kh9IfoaDtaHBtG4fofso"
3333
type = "TXT"
3434
}

0 commit comments

Comments
 (0)