Skip to content

Commit

Permalink
Update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscwei committed Feb 22, 2023
1 parent 263624b commit 62c54f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http_lb/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variable "backend_services" {
max_utilization = optional(number)
port = optional(number, 8080)
target_tags = optional(list(string), [])
}), []))
})), [])
cors = optional(object({
origin = optional(list(string))
method = optional(list(string))
Expand Down Expand Up @@ -112,6 +112,6 @@ variable "url_map" {
path_rules = optional(list(object({
paths = list(string)
backend_service_index = optional(number, 0)
}), []))
})), [])
}))
}

0 comments on commit 62c54f2

Please sign in to comment.