avm-res-compute-proximityplacementgroup

Azure/avm-res-compute-proximityplacementgroup/azurerm

Terraform Module HCL AZURERM ✓ Verified

Terraform Azure Verified Resource Module for Proximity Placement Group

Install
module "avm-res-compute-proximityplacementgroup" {
source = "Azure/avm-res-compute-proximityplacementgroup/azurerm"
version = "0.1.0"
}
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (8)
NameTypeDescriptionDefault
resource_group_namestringThe name of the resource group in which to create the proximity placement group. required
locationstringThe Azure location where the proximity placement group should exist. required
namestringThe name of the proximity placement group. required
allowed_vm_sizeslist(string)(Optional) Specifies the supported sizes of virtual machines that can be creatednull
enable_telemetryboolThis variable controls whether or not telemetry is enabled for the module. For mtrue
lockobject({ kind = string Controls the Resource Lock configuration for this resource. The following propernull
tagsmap(string)Map of tags to assign to the proximity placement group.null
zonestring(Required) Specifies the supported zone of the proximity placement group. Changi"1"
Outputs (4)
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.
Resources (4)
azurerm_management_lockazurerm_proximity_placement_groupmodtm_telemetryrandom_uuid
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud AZURERM
★ Stars0
Forks4
Total downloads2.5k
Inputs8
Outputs4
Resources4
Examples1
LicenseMIT
NamespaceAzure
Updated