lonegunmanb 8aa98d5569
Fix 101-storage-static-website (#188)
* fix 101-storage-static-website

---------

Co-authored-by: zjhe <hezijie@microsoft.com>
2023-03-14 07:23:47 +08:00

19 lines
252 B
HCL

variable "environment" {
type = string
default = "dev"
}
variable "name" {
type = string
default = null
}
variable "location" {
type = string
default = "West US 2"
}
variable "dns_prefix" {
type = string
default = "tfq"
}