mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 18:21:10 +00:00
8 lines
258 B
HCL
8 lines
258 B
HCL
data "proxmox_virtual_environment_datastores" "example" {
|
|
node_name = data.proxmox_virtual_environment_nodes.example.names[0]
|
|
}
|
|
|
|
output "data_proxmox_virtual_environment_datastores_example" {
|
|
value = data.proxmox_virtual_environment_datastores.example
|
|
}
|