module "rg" {
source = "registry.terraform.io/libre-devops/rg/azurerm"
rg_name = "rg-${var.short}-${var.loc}-build"
location = local.location
tags = local.tags
}
No requirements.
No providers.
Name | Source | Version |
---|---|---|
rg | registry.terraform.io/libre-devops/rg/azurerm | n/a |
No resources.
Name | Description | Type | Default | Required |
---|---|---|---|---|
Regions | Converts shorthand name to longhand name via lookup on map list | map(string) |
{ |
no |
env | The env variable, for example - prd for production. normally passed via TF_VAR. | string |
"dev" |
no |
loc | The loc variable, for the shorthand location, e.g. uks for UK South. Normally passed via TF_VAR. | string |
"uks" |
no |
short | The shorthand name of to be used in the build, e.g. cscot for CyberScot. Normally passed via TF_VAR. | string |
"ldo" |
no |
static_tags | The tags variable | map(string) |
{ |
no |
Name | Description |
---|---|
rg_name | The mame for the resource group |