avm-res-resources-resourcegroup

Azure/avm-res-resources-resourcegroup/azurerm

Terraform Module HCL AZURERM ✓ Verified

Terraform Azure Verified Resource Module for Resource Group

Install
module "avm-res-resources-resourcegroup" {
source = "Azure/avm-res-resources-resourcegroup/azurerm"
version = "0.2.2"
}
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (6)
NameTypeDescriptionDefault
locationstringRequired. The Azure region for deployment of the this resource. required
namestringRequired. The name of the this resource. required
lockobject({ kind = string Controls the Resource Lock configuration for this resource. The following propnull
role_assignmentsmap(object({ role_definitiOptional. A map of role assignments to create on this resource. The map key is d{}
tagsmap(string)(Optional) Tags of the resource.null
enable_telemetryboolThis variable controls whether or not telemetry is enabled for the module. For mtrue
Outputs (4)
name — The name of the resource group
resource — This is the full output for the resource group.
resource_id — The resource Id of the resource group
location — The location of the resource group
Resources (5)
azurerm_management_lockazurerm_resource_groupazurerm_role_assignmentmodtm_telemetryrandom_uuid
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.2
Cloud AZURERM
★ Stars9
Forks22
Total downloads1.3M
Inputs6
Outputs4
Resources5
Examples2
LicenseMIT
NamespaceAzure
Updated