Actualiser records_loc.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 16s

This commit is contained in:
2025-08-05 08:06:33 +02:00
parent 1aaf26d8f2
commit 98ccefb214

View File

@@ -2,7 +2,7 @@ resource "cloudflare_dns_record" "loc-root" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record Z"
data = {
altitude = "8m"
altitude = "8"
lat_degrees = "50"
lat_minutes = "41"
lat_seconds = "28"
@@ -11,9 +11,9 @@ resource "cloudflare_dns_record" "loc-root" {
long_minutes = "12"
long_seconds = "3"
long_direction = "E"
precision_horz = "8m"
precision_vert = "8m"
size = "8m"
precision_horz = "8"
precision_vert = "8"
size = "8"
}
name = "@"
proxied = false