Split project
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
data "proxmox_virtual_environment_nodes" "hvc01" {}
|
||||
|
||||
data "proxmox_virtual_environment_node" "hvc01" {
|
||||
for_each = toset(data.proxmox_virtual_environment_nodes.hvc01.names)
|
||||
node_name = each.value
|
||||
}
|
||||
Reference in New Issue
Block a user