Skip to content

Commit 86bf72d

Browse files
chore(deps): Update Terraform GoogleCloudPlatform/lb-http/google to v12
1 parent ceba2c7 commit 86bf72d

File tree

1 file changed

+1
-1
lines changed
  • examples/managed_instance_group

1 file changed

+1
-1
lines changed

examples/managed_instance_group/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module "mig" {
9595
}
9696
module "http-lb" {
9797
source = "GoogleCloudPlatform/lb-http/google"
98-
version = "~> 10.0"
98+
version = "~> 12.0"
9999

100100
project = var.project_id
101101
name = "${var.mig_name}-lb"

0 commit comments

Comments
 (0)