Skip to content

Commit

Permalink
fix: remove create_ssl_certificate (used with private_key/certificate)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Dec 11, 2024
1 parent 2058799 commit f1dda93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/secure-cloud-run-core/loadbalancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module "lb-http" {
ssl = true
managed_ssl_certificate_domains = var.ssl_certificates.generate_certificates_for_domains
ssl_certificates = var.ssl_certificates.ssl_certificates_self_links
create_ssl_certificate = length(var.ssl_certificates.generate_certificates_for_domains) == 0 ? true : false
https_redirect = false
http_forward = false

Expand Down

0 comments on commit f1dda93

Please sign in to comment.