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/data_source_virtual_environment_cluster_alias.tf

8 lines
223 B
HCL

data "proxmox_virtual_environment_cluster_alias" "example" {
name = "example"
}
output "data_proxmox_virtual_environment_cluster_alias_example_cidr" {
value = proxmox_virtual_environment_cluster_alias.example.cidr
}