0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00
terraform-provider-proxmox/example/resource_virtual_environment_dns.tf
2020-01-01 04:42:34 +01:00

6 lines
275 B
HCL

resource "proxmox_virtual_environment_dns" "example" {
domain = "${data.proxmox_virtual_environment_dns.example.domain}"
node_name = "${data.proxmox_virtual_environment_nodes.example.names[0]}"
servers = "${data.proxmox_virtual_environment_dns.example.servers}"
}