Skip to content

InsideCommunity/azurerm_rg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azurerm_rg_module

Deploy Azure Resource Group with a dedicated Terraform module.

Requirements

No requirements.

Providers

Name Version
azurerm n/a

Modules

No modules.

Resources

Name Type
azurerm_resource_group.az_rg resource

Inputs

Name Description Type Default Required
location The Azure Region where the Resource Group should exist. Changing this forces a new Resource Group to be created. string n/a yes
name The Name which should be used for this Resource Group. Changing this forces a new Resource Group to be created. string n/a yes
tags A mapping of tags which should be assigned to the Resource Group. string "" no

Outputs

Name Description
resource_group_id Resource Group ID
resource_group_name Resource Group name

Releases

No releases published

Packages

No packages published

Languages