Skip to content

Commit

Permalink
Update Terraform GoogleCloudPlatform/lb-http/google to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 4, 2024
1 parent bd87fa2 commit bd66e97
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 = "10.2.0"
version = "11.1.0"
project = var.project_id
name = module.this.id
backends = var.backends
Expand Down

0 comments on commit bd66e97

Please sign in to comment.