compute/vmware_express_route_authorizations¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.vwera["azurecaf_name.vwera"]
azurerm_vmware_express_route_authorization.vwera["azurerm_vmware_express_route_authorization.vwera"]
azurerm_vmware_express_route_authorization.vwera --> azurecaf_name.vwera
Module Reference¶
Category: compute
Path: modules/compute/vmware_express_route_authorizations
Azure Resources: azurecaf_name, azurerm_vmware_express_route_authorization
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
global_settings |
Global settings object (see module README.md) | any |
yes | - |
- |
client_config |
Client configuration object (see module README.md). | any |
yes | - |
- |
settings |
Settings object (see module README.md) | any |
yes | - |
- |
vmware_cloud_id |
The ID of the vmware private cloud | string |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
The ID of the VMware Private CLoud. | - | azurerm_vmware_express_route_authorization.vwera.id |
express_route_authorization_id |
The ID of the Express Route Circuit Authorization. | - | azurerm_vmware_express_route_authorization.vwera.express_route_authorization_id |
express_route_authorization_key |
The key of the Express Route Circuit Authorization. | - | azurerm_vmware_express_route_authorization.vwera.express_route_authorization_key |
Sources¶
modules/compute/vmware_express_route_authorizations/locals.tfmodules/compute/vmware_express_route_authorizations/main.tfmodules/compute/vmware_express_route_authorizations/module.tfmodules/compute/vmware_express_route_authorizations/outputs.tfmodules/compute/vmware_express_route_authorizations/variables.tf