first
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
data "proxmox_virtual_environment_nodes" "all" {}
|
||||
data "proxmox_files" "iso_files" {
|
||||
node_name = "pve2"
|
||||
datastore_id = "local"
|
||||
content_type = "iso"
|
||||
}
|
||||
|
||||
output "proxmox_node_list" {
|
||||
value = data.proxmox_virtual_environment_nodes.all
|
||||
}
|
||||
|
||||
output "proxmox_iso_files" {
|
||||
value = data.proxmox_files.iso_files
|
||||
}
|
||||
Reference in New Issue
Block a user