Skip to content

Commit

Permalink
chore(deps): Update Terraform GoogleCloudPlatform/lb-http/google to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent ceba2c7 commit 86bf72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/managed_instance_group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ module "mig" {
}
module "http-lb" {
source = "GoogleCloudPlatform/lb-http/google"
version = "~> 10.0"
version = "~> 12.0"

project = var.project_id
name = "${var.mig_name}-lb"
Expand Down

0 comments on commit 86bf72d

Please sign in to comment.