Archived
Implement read-only Dynu Terraform provider skeleton
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
data "dynu_dns_records" "records" {
|
||||
hostname = "www.example.com"
|
||||
}
|
||||
|
||||
output "records" {
|
||||
value = data.dynu_dns_records.records.records
|
||||
}
|
||||
Reference in New Issue
Block a user