Skip to content

Commit

Permalink
Merge pull request #112 from slalombuild/renovate/googlecloudplatform…
Browse files Browse the repository at this point in the history
…-lb-http-google-9.x

Update Terraform GoogleCloudPlatform/lb-http/google to v9.2.0
  • Loading branch information
davenicoll authored Sep 6, 2023
2 parents c31d9f1 + 04f3fa4 commit daee0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/gcp/net-ilb-l7/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "lb-http" {
count = local.enabled ? 1 : 0
source = "GoogleCloudPlatform/lb-http/google"
version = "9.1.0"
version = "9.2.0"
project = var.project_id
name = module.this.id
backends = var.backends
Expand Down

0 comments on commit daee0dc

Please sign in to comment.