avm-res-resources-resourcegroup
Azure/avm-res-resources-resourcegroup/azurerm
Terraform Azure Verified Resource Module for Resource Group
terraform-azurerm-res-resource-resourcegroup Module to deploy resource groups in Azure Requirements The following requirements are needed by this module: - terraform (>= 1.9, azapi (~> 2.4) - azurerm (>= 3.71, modtm (~> 0.3) - random (~> 3.5) Resources The following resources are used by this module: - azurerm_management_lock.this (resource) - azurerm_resource_group.this (resource) - azurerm_role_assignment.this (resource) - modtm_telemetry.telemetry (resource) - random_uuid.telemetry (resource) - azapi_client_config.telemetry (data source) - azurerm_subscription.current (data source) - modtm_module_source.telemetry (data source) Required Inputs The following input variables are required: location Description: Required. The Azure region for deployment of the this resource. Type: string nam
| Name | Type | Description | Default |
|---|---|---|---|
| location | string | Required. The Azure region for deployment of the this resource. | required |
| name | string | Required. The name of the this resource. | required |
| lock | object({ kind = string | Controls the Resource Lock configuration for this resource. The following prop | null |
| role_assignments | map(object({ role_definiti | Optional. A map of role assignments to create on this resource. The map key is d | {} |
| tags | map(string) | (Optional) Tags of the resource. | null |
| enable_telemetry | bool | This variable controls whether or not telemetry is enabled for the module. For m | true |
name — The name of the resource groupresource — This is the full output for the resource group.resource_id — The resource Id of the resource grouplocation — The location of the resource group