Skip to content

Azure-Terraform/terraform-azurerm-resource-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure - Resource Group Module

Introduction

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>

Providers

Name Version
azurerm >= 2.0.0
random >= 2.0.0

Inputs

Name Description Type Default Required
location Azure Region string n/a yes
names Names to be applied to resources (inclusive)
object({
environment = string
location = string
market = string
product_name = string
resource_group_type = string
})
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

Outputs

Name Description
id Resource group id
location Resource group location
name Resource group name
rg Resource group resource

About

Terraform Resource Group Module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages