Skip to content

canada-ca-terraform-modules/terraform-azurerm-caf-resource_groups

 
 

Repository files navigation

AzureRM Resource Group V2

.ESLZ/resourcegroups.tfvars

Requirements

No requirements.

Providers

Name Version
azurerm n/a

Modules

No modules.

Resources

Name Type
azurerm_resource_group.rg resource

Inputs

Name Description Type Default Required
customName (Optional) Custom name for the resource group. If not provided, the name will be generated based on the project and env variables string null no
customTags (Optional) Custom tags to add to the resource group map(string) {} no
env (Required) You can use a prefix to add to the list of resource groups you want to create string n/a yes
group (Required) Group field of the subscription. string n/a yes
location Location for the deployment. Can be overruled by defining location in individual resource groups map structure string "canadacentral" no
managed_by (Optional) The ID of the resource that manages this resource group. string null no
project (Required) Name of the project that resource group belongs to. Will be used to format the name string n/a yes
tags (Required) tags for the deployment map(string) {} no
userDefinedString (Required) User Defined string that will be in the name of the resource group. Must be unique within a subscription string n/a yes

Outputs

Name Description
id Returns the id of the resource group
location Returns the location of the resource group
name Returns the name of the resource group
resource-group-object Returns the resource group object created
tags Returns the tags of the resource groups

About

Resource groups module for Cloud Adoption Framework for Azure landing zones

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%