caf-resource-group

aztfmod/caf-resource-group/azurerm

Terraform Module HCL AZURERM ✓ Verified

Resource groups module for Cloud Adoption Framework for Azure landing zones

Install
module "caf-resource-group" {
source = "aztfmod/caf-resource-group/azurerm"
version = "0.1.3"
}
plain text: /constructs/tfmod-aztfmod-caf-resource-group-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

!Integration test on Azure Creates one or multiple resource groups Sets one or more resource groups, each of them in a specific Azure region. Reference the module to a specific version (recommended): ``hcl module "resource_groups" { source = "aztfmod/caf-resource-group/azurerm" version = "0.x.y" prefix = var.prefix resource_groups = var.resource_groups tags = var.tags } ` Parameters resource_groups (Required) Object that describes the resource groups to be created with their geo. Global group of tags will be added to all RG, specific tags can be added per RG. `hcl variable "resource_groups" { description = "(Required) Map of the resource groups to create" } ` Example of structure: `hcl resource_groups = { apim = { name = "-apim-demo" location = "southeastasia" }, networking = { name = "-ne

Inputs (3)
NameTypeDescriptionDefault
resource_groupsstring(Required) Map of the resource groups to create required
prefixstring(Optional) You can use a prefix to add to the list of resource groups you want t required
tagsstring(Required) tags for the deployment required
Outputs (3)
ids — Returns a map of resource_group key -> resource_group id
object — Returns the full set of resource group objects created
names — Returns a map of resource_group key -> resource_group name
Resources (1)
azurerm_resource_group
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.3
Cloud AZURERM
★ Stars8
Forks16
Total downloads27.6k
Inputs3
Outputs3
Resources1
Examples1
LicenseMIT
Namespaceaztfmod
Updated