mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
8 lines
223 B
HCL
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
|
|
}
|