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 -3
View File
@@ -166,7 +166,6 @@ Arguments:
- `enabled` (Bool, optional, defaults to `true`)
- `group` (String, optional)
- `host` (String, optional)
- `location` (String, optional; A/AAAA only)
- `node_name` (String, optional)
Attributes:
@@ -185,7 +184,6 @@ resource "dynu_dns_record" "txt" {
content = "198.51.100.10"
ttl = 90
enabled = false
location = "us"
}
resource "dynu_dns_record" "dynamic_a" {
@@ -246,7 +244,7 @@ Attributes:
- `domain_name` (String)
- `records` (List(Object)) with:
- `id`, `domain_id`, `domain_name`, `node_name`, `hostname`, `record_type`
- `ttl`, `state`, `content`, `updated_on`, `group`, `host`, `location`
- `ttl`, `state`, `content`, `updated_on`, `group`, `host`
Example: