mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 11:02:59 +00:00
8 lines
218 B
HCL
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
|
|
}
|