Dingjia Chen 6baa9203b7
201-confidential-os-disk patch (#141)
* add default value for variables; add random string for rgn
2023-02-10 10:14:32 +08:00

11 lines
270 B
HCL

variable "location" {
type = string
default = "westus"
description = "Location where resources will be created"
}
variable "name_prefix" {
type = string
default = "201-confidential-os-disk"
description = "Prefix of the resource name"
}