Fix 101-storage-static-website (#188)
* fix 101-storage-static-website --------- Co-authored-by: zjhe <hezijie@microsoft.com>
This commit is contained in:
@ -1,15 +1,19 @@
|
||||
variable "environment" {
|
||||
type = string
|
||||
default = "dev"
|
||||
}
|
||||
|
||||
variable "name" {
|
||||
default = "demo-tfquickstart"
|
||||
type = string
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "location" {
|
||||
type = string
|
||||
default = "West US 2"
|
||||
}
|
||||
|
||||
variable "dns_prefix" {
|
||||
type = string
|
||||
default = "tfq"
|
||||
}
|
Reference in New Issue
Block a user