avm-res-compute-proximityplacementgroup
Azure/avm-res-compute-proximityplacementgroup/azurerm
Terraform Azure Verified Resource Module for Proximity Placement Group
terraform-azurerm-avm-template This is a template repo for Terraform Azure Verified Modules. Things to do: 1. Set up a GitHub repo environment called test. 1. Configure environment protection rule to ensure that approval is required before deploying to this environment. 1. Create a user-assigned managed identity in your test subscription. 1. Create a role assignment for the managed identity on your test subscription, use the minimum required role. 1. Configure federated identity credentials on the user assigned managed identity. Use the GitHub environment. 1. Search and update TODOs within the code and remove the TODO comments once complete. > [!IMPORTANT] > As the overall AVM framework is not GA (generally available) yet - the CI framework and test automation is not fully functional and i
| Name | Type | Description | Default |
|---|---|---|---|
| resource_group_name | string | The name of the resource group in which to create the proximity placement group. | required |
| location | string | The Azure location where the proximity placement group should exist. | required |
| name | string | The name of the proximity placement group. | required |
| allowed_vm_sizes | list(string) | (Optional) Specifies the supported sizes of virtual machines that can be created | null |
| enable_telemetry | bool | This variable controls whether or not telemetry is enabled for the module. For m | true |
| lock | object({ kind = string | Controls the Resource Lock configuration for this resource. The following proper | null |
| tags | map(string) | Map of tags to assign to the proximity placement group. | null |
| zone | string | (Required) Specifies the supported zone of the proximity placement group. Changi | "1" |
location — The Azure deployment region.resource — This is the full output for the resource.resource_group_name — The name of the resource group.resource_id — This id of the resource.