terraform/quickstart/101-resource-group
Tom Archer b6f52f38d3 changes per tech review 2022-08-28 23:30:10 -07:00
..
main.tf Ran 'terraform fmt' against code being modified in this PR' 2022-08-24 06:50:04 -07:00
outputs.tf Ran 'terraform fmt' against code being modified in this PR' 2022-08-24 06:50:04 -07:00
providers.tf changes per tech review 2022-08-28 23:30:10 -07:00
readme.md Changes per tech review 2021-09-30 08:02:50 -07:00
variables.tf Ran 'terraform fmt' against code being modified in this PR' 2022-08-24 06:50:04 -07:00

readme.md

Azure resource group

This template deploys an Azure resource group with a random name beginning with "rg-".

Terraform resource types

Variables

Name Description
resource_group_name_prefix (Optional) Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. Value defaults to: rg
resource_group_location (Optional) Azure Region in which to deploy these resources. Value defaults to: eastus

Example

To see how to run this example, see Create an Azure resource group using Terraform.