201-confidential-os-disk patch (#141)

* add default value for variables; add random string for rgn
This commit is contained in:
Dingjia Chen
2023-02-09 20:14:32 -06:00
committed by GitHub
parent dd30e9384e
commit 6baa9203b7
4 changed files with 19 additions and 6 deletions

View File

@ -1,9 +1,11 @@
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"
}
}