This commit is contained in:
John Downs
2022-11-25 20:45:11 +13:00
parent b7d0d3fd2c
commit 0bc2f2b309
5 changed files with 148 additions and 21 deletions

View File

@ -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
}