An open API service indexing awesome lists of open source software.

https://github.com/stackguardian/terraform-azurerm-resourcegroup

Terraform module to create an Azure Resource Group
https://github.com/stackguardian/terraform-azurerm-resourcegroup

Last synced: 11 months ago
JSON representation

Terraform module to create an Azure Resource Group

Awesome Lists containing this project

README

          

# terraform-azurerm-resourcegroup
Terraform module to create an Azure Resource Group
## Usage

This module accepts the following variables

| Name | Description | Required / Optional |
| ------- | --------------- | ---------- |
| name | The name of the resource group. Must be unique on your Azure subscription | Required |
| location | The location where the resource group should be created. For a list of all Azure locations, please consult this link or run az account list-locations --output table. | Required |
| app | Adds a tag with the application name this resource group belogs to | Optional |
| environment | Environment name. If not specified, this module will use workspace as default value | Optional |
| creator | Adds a tag indicating the creator of this resource | Optional |