caf-resource-group
aztfmod/caf-resource-group/azurerm
Resource groups module for Cloud Adoption Framework for Azure landing zones
!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
| Name | Type | Description | Default |
|---|---|---|---|
| resource_groups | string | (Required) Map of the resource groups to create | required |
| prefix | string | (Optional) You can use a prefix to add to the list of resource groups you want t | required |
| tags | string | (Required) tags for the deployment | required |
ids — Returns a map of resource_group key -> resource_group idobject — Returns the full set of resource group objects creatednames — Returns a map of resource_group key -> resource_group name