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
- Host: GitHub
- URL: https://github.com/stackguardian/terraform-azurerm-resourcegroup
- Owner: StackGuardian
- License: apache-2.0
- Created: 2023-06-05T14:14:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T16:22:58.000Z (about 1 year ago)
- Last Synced: 2025-04-24T04:15:52.760Z (about 1 year ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |