0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00
terraform-provider-proxmox/example/data_source_virtual_environment_cluster_alias.tf
2020-12-10 09:45:27 -05:00

8 lines
218 B
HCL

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