Skip to content

Think-Cube/terraform-azure-resource-group

Repository files navigation

Requirements

Name Version
terraform >= 1.6.4
azurerm 3.110.0

Providers

Name Version
azurerm 3.110.0

Modules

No modules.

Resources

Name Type
azurerm_resource_group.main resource
azurerm_client_config.current data source

Inputs

Name Description Type Default Required
default_tags A mapping of tags to assign to the resource. map(any)
{
"ManagedByTerraform": "True"
}
no
environment Variable that defines the name of the environment. string "dev" no
region Region in which resources are deployed. string "weu" no
resource_group_location The Azure Region where the Resource Group should exist. Changing this forces a new Resource Group to be created. string "West Europe" no
resource_group_name The Name which should be used for this Resource Group. Changing this forces a new Resource Group to be created. string n/a yes

Outputs

Name Description
id The ID of the Resource Group.