compute/proximity_placement_group¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.ppg["azurecaf_name.ppg"]
azurerm_proximity_placement_group.ppg["azurerm_proximity_placement_group.ppg"]
azurerm_proximity_placement_group.ppg --> azurecaf_name.ppg
Module Reference¶
Category: compute
Path: modules/compute/proximity_placement_group
Azure Resources: azurecaf_name, azurerm_proximity_placement_group
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 | - |
- |
"tags" |
any |
no | - |
- | |
"name" |
any |
yes | - |
- | |
"location" |
"location of the resource if different from the resource group." | string |
no | - |
- |
"resource_group_name" |
"Resource group object to deploy the Azure resource" | string |
no | - |
- |
"resource_group" |
"Resource group object to deploy the Azure resource" | any |
yes | - |
- |
"base_tags" |
"Base tags for the resource to be inherited from the resource group." | bool |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
- | azurerm_proximity_placement_group.ppg.id |
Sources¶
modules/compute/proximity_placement_group/locals.tfmodules/compute/proximity_placement_group/main.tfmodules/compute/proximity_placement_group/outputs.tfmodules/compute/proximity_placement_group/proximity_placement_group.tfmodules/compute/proximity_placement_group/variables.tf