Updates
This commit is contained in:
@ -26,4 +26,13 @@ variable "storage_account_replication_type" {
|
||||
variable "storage_account_blob_container_name" {
|
||||
type = string
|
||||
default = "mycontainer"
|
||||
}
|
||||
}
|
||||
|
||||
variable "waf_mode" {
|
||||
type = string
|
||||
default = "Prevention"
|
||||
}
|
||||
|
||||
variable "custom_domain_name" {
|
||||
type = string
|
||||
}
|
||||
|
Reference in New Issue
Block a user