GLB HTTP to HTTPS redirect example (#1719)

This commit is contained in:
Ludovico Magnocavallo
2023-10-02 12:10:24 +02:00
committed by GitHub
parent f0f6996053
commit 046575b7c6
2 changed files with 60 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -83,7 +83,7 @@ variable "urlmap_config" {
path = optional(string)
prefix = optional(string)
response_code = optional(string)
strip_query = optional(bool)
strip_query = optional(bool, false)
}))
header_action = optional(object({
request_add = optional(map(object({