Remove unsupported location field from DNS record resource

This commit is contained in:
beatz174-bit
2026-04-29 16:10:50 +10:00
parent 1dbd948a22
commit 5eed12a594
9 changed files with 18 additions and 87 deletions
@@ -1,8 +1,7 @@
resource "dynu_dns_record" "a_location_min_ttl" {
resource "dynu_dns_record" "a_enabled_min_ttl" {
hostname = "api.example.com"
record_type = "A"
content = "198.51.100.10"
ttl = 90
enabled = false
location = "us"
}