This module will create a new Resource Group in Azure.
Naming for this resource is as follows, based on published RBA naming convention (https://github.com/openrba/python-azure-naming).
<rba.resourceGroupType>-<rba.productName>-<rba.environment>-<rba.azureRegion>-<var.name_suffix (optional)>
Name | Version |
---|---|
azurerm | >= 2.0.0 |
random | >= 2.0.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
location | Azure Region | string |
n/a | yes |
names | Names to be applied to resources (inclusive) | object({ |
n/a | yes |
tags | Tags to be applied to resources (inclusive) | map(string) |
n/a | yes |
unique_name | Freeform input to append to resource group name. Set to 'true', to append 5 random integers | string |
n/a | yes |
Name | Description |
---|---|
id | Resource group id |
location | Resource group location |
name | Resource group name |
rg | Resource group resource |
Name | Version |
---|---|
terraform | >= 1.0 |
azurerm | >= 2.0.0 |
random | >= 2.0.0 |
Name | Version |
---|---|
azurerm | >= 2.0.0 |
random | >= 2.0.0 |
No modules.
Name | Type |
---|---|
azurerm_resource_group.rg | resource |
random_integer.suffix | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
location | Azure Region | string |
n/a | yes |
name_suffix | name suffix e.g rg, blue etc | string |
"" |
no |
names | Names to be applied to resources (inclusive) | object({ |
n/a | yes |
tags | Tags to be applied to resources (inclusive) | map(string) |
n/a | yes |
unique_name | Freeform input to append to resource group name. Set to 'true', to append 5 random integers | string |
null |
no |
Name | Description |
---|---|
id | Resource group id |
location | Resource group location |
name | Resource group name |
rg | Resource group resource |