update
Some checks failed
terraform validation / Terraform (push) Failing after 10s

This commit is contained in:
Hubert Cornet 2025-01-13 20:32:33 +01:00
parent 5575ce52de
commit 45f7421295

View File

@ -9,7 +9,7 @@ resource "cloudflare_record" "tagobah" {
resource "cloudflare_record" "tatooine" {
zone_id = cloudflare_zone.domain_zone.id
name = "tatooine"
value = "2a01:e0a:a90:e990:9209:d0ff:fe07:ec65
value = "2a01:e0a:a90:e990:9209:d0ff:fe07:ec65"
type = "AAAA"
proxied = true
}