Skip to content

Think-Cube/terraform-azure-resource-group

Repository files navigation

Requirements

Name Version
terraform >= 1.6.3
azurerm 4.42.0

Providers

Name Version
azurerm 4.42.0

Modules

No modules.

Resources

Name Type
azurerm_resource_group.main resource
azurerm_client_config.current data source

Inputs

Name Description Type Default Required
application The application name to be used in the default resource group name if resource_group_name is not provided. string "app" no
default_tags A mapping of tags to assign to the resource. map(any) n/a yes
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. If not provided, a default name will be generated. Changing this forces a new Resource Group to be created. string "" no

Outputs

Name Description
id The ID of the Resource Group.
name The Name of the Resource Group.