readme files

This commit is contained in:
Tom Archer
2022-08-28 09:12:59 -07:00
parent 0bb3ff10c1
commit e866f8430d
3 changed files with 23 additions and 26 deletions

View File

@ -1,11 +1,9 @@
variable "name_prefix" {
type = string
default = "tftest"
description = "Prefix of the resource name."
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 "location" {
type = string
variable "resource_group_location" {
default = "eastus"
description = "Location of the resource."
description = "Location of the resource group."
}