mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 18:21:10 +00:00
6 lines
260 B
HCL
6 lines
260 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
|
|
}
|