Files
terraform/quickstart/201-confidential-os-disk/variables.tf
2022-06-22 18:08:20 +08:00

11 lines
228 B
HCL

variable "location" {
type = string
description = "Location where resources will be created"
}
variable "name_prefix" {
type = string
default = "tftest"
description = "Prefix of the resource name"
}