neil-yechenwei 311ed006e3 update code
2022-03-23 10:28:16 +08:00

12 lines
239 B
HCL

variable "name_prefix" {
type = string
default = "tftest"
description = "Prefix of the resource name."
}
variable "location" {
type = string
default = "eastus"
description = "Location of the resource."
}