Updating code to align with Contributor Guide template

This commit is contained in:
Tom Archer
2022-08-23 19:02:18 -07:00
parent 40c33d528f
commit 26a919e903
5 changed files with 47 additions and 18 deletions

View File

@ -1,9 +1,11 @@
variable "resource_group_name" {
default = "myResourceGroup"
variable "resource_group_name_prefix" {
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
}
variable "resource_group_location" {
default = "eastus"
description = "Location of the resource group."
}
variable "policy_file" {