default to empty map

This commit is contained in:
Keith Harvey 2023-06-29 09:55:10 +01:00
parent e3e05540de
commit f15e2f3509
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ variable "composer_config" {
env_variables = optional(map(string), {})
image_version = optional(string, "composer-2-airflow-2")
}), {})
web_server_access_control = optional(map(string))
web_server_access_control = optional(map(string), {})
workloads_config = optional(object({
scheduler = optional(object({
cpu = optional(number, 0.5)