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>
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 |