Archived
Add dynu_dns_record CRUD resource and write-capable client
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
resource "dynu_dns_record" "txt" {
|
||||
hostname = "api.example.com"
|
||||
record_type = "TXT"
|
||||
content = "managed-by-terraform"
|
||||
ttl = 300
|
||||
state = true
|
||||
}
|
||||
Reference in New Issue
Block a user