mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 19:43:00 +00:00
30 lines
511 B
Markdown
30 lines
511 B
Markdown
---
|
|
layout: page
|
|
title: Alias
|
|
permalink: /data-sources/alias
|
|
nav_order: 1
|
|
parent: Data Sources
|
|
subcategory: Virtual Environment
|
|
---
|
|
|
|
# Data Source: Alias
|
|
|
|
Retrieves information about a specific alias.
|
|
|
|
## Example Usage
|
|
|
|
```
|
|
data "proxmox_virtual_environment_cluster_alias" "local_network" {
|
|
name = "local_network"
|
|
}
|
|
```
|
|
|
|
## Argument Reference
|
|
|
|
* `name` - (Required) Alias name.
|
|
|
|
## Attribute Reference
|
|
|
|
* `cidr` - (Required) Network/IP specification in CIDR format.
|
|
* `comment` - (Optional) Alias comment.
|