Skip to content

Commit

Permalink
Update Terraform GoogleCloudPlatform/lb-http/google to v9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2023
1 parent 2402636 commit 9fec3bd
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.2.0"
version = "9.3.0"
project = var.project_id
name = module.this.id
backends = var.backends
Expand Down

0 comments on commit 9fec3bd

Please sign in to comment.