Skip to content

Commit

Permalink
match variable definition with other net-lb-* dirs
Browse files Browse the repository at this point in the history
certificate_manager_certificates CAN be null

Fixes pytest error from Terraform plan:
- "certificate_manager_certificates": conflicts with ssl_certificates
  • Loading branch information
rodriguezsergio committed Dec 19, 2024
1 parent 071fc01 commit ff72c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/net-lb-app-int-cross-region/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable "group_configs" {
variable "https_proxy_config" {
description = "HTTPS proxy configuration."
type = object({
certificate_manager_certificates = optional(list(string), [])
certificate_manager_certificates = optional(list(string))
quic_override = optional(string)
ssl_policy = optional(string)
})
Expand Down

0 comments on commit ff72c38

Please sign in to comment.