Skip to content

Commit

Permalink
fix(deps)!: Update Terraform GoogleCloudPlatform/lb-http/google to v10 (
Browse files Browse the repository at this point in the history
#177)

Co-authored-by: Prabhu <[email protected]>
  • Loading branch information
renovate-bot and prabhu34 authored May 13, 2024
1 parent f6cd4b2 commit 3873fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/secure-cloud-run-core/loadbalancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ locals {

module "lb-http" {
source = "GoogleCloudPlatform/lb-http/google//modules/serverless_negs"
version = "~> 6.3"
version = "~> 10.0"
name = var.lb_name
project = var.project_id
ssl = true
managed_ssl_certificate_domains = var.ssl_certificates.generate_certificates_for_domains
ssl_certificates = var.ssl_certificates.ssl_certificates_self_links
use_ssl_certificates = length(var.ssl_certificates.generate_certificates_for_domains) == 0 ? true : false
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 3873fdf

Please sign in to comment.