No requirements.
Name | Version |
---|---|
azurerm | n/a |
No modules.
Name | Type |
---|---|
azurerm_resource_group.rg | resource |
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 |
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 |