mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-05 05:24:01 +00:00
480 B
480 B
layout | title | permalink | nav_order | parent |
---|---|---|---|---|
page | Alias | /data-sources/alias | 1 | Data Sources |
Data Source: Alias
Retrieves information about a specific alias.
Example Usage
data "proxmox_virtual_environment_cluster_alias" "local_network" {
name = "local_network"
}
Arguments Reference
name
- (Required) Alias name.
Attributes Reference
cidr
- (Required) Network/IP specification in CIDR format.comment
- (Optional) Alias comment.