readme files
This commit is contained in:
@ -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."
|
||||
}
|
||||
|
Reference in New Issue
Block a user