Archived
Remove unsupported location field from DNS record resource
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user