fix 101-front-door-premium-storage-blobs-private-link (#185)

This commit is contained in:
lonegunmanb 2023-03-06 15:06:00 +08:00 committed by GitHub
parent e9e0d03cc3
commit c7dcad203c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,11 @@ variable "storage_account_blob_container_name" {
}
variable "waf_mode" {
type = string
type = string
default = "Prevention"
}
variable "custom_domain_name" {
type = string
type = string
default = "contoso.fabrikam.com"
}