Skip to content

libre-devops/ci-cd

Repository files navigation

module "rg" {
  source = "registry.terraform.io/libre-devops/rg/azurerm"

  rg_name  = "rg-${var.short}-${var.loc}-build"
  location = local.location
  tags     = local.tags
}

Requirements

No requirements.

Providers

No providers.

Modules

Name Source Version
rg registry.terraform.io/libre-devops/rg/azurerm n/a

Resources

No resources.

Inputs

Name Description Type Default Required
Regions Converts shorthand name to longhand name via lookup on map list map(string)
{
"eus": "East US",
"euw": "West Europe",
"uks": "UK South",
"ukw": "UK West"
}
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)
{
"Contact": "[email protected]",
"CostCentre": "671888",
"ManagedBy": "Terraform"
}
no

Outputs

Name Description
rg_name The mame for the resource group

About

A repo used to store CI-CD concepts 🚀

Resources

License

Stars

Watchers

Forks

Packages

No packages published