Files
terraform-azure/quickstart/201-confidential-os-disk/variables.tf
2022-06-28 16:18:31 +08:00

10 lines
203 B
HCL

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