11 lines
267 B
HCL
11 lines
267 B
HCL
variable "location" {
|
|
type = string
|
|
default = "westus"
|
|
description = "Location where resources will be created"
|
|
}
|
|
|
|
variable "name_prefix" {
|
|
type = string
|
|
default = "201-confidential-vmss"
|
|
description = "Prefix of the resource name"
|
|
} |