Skip to content

Commit 4ce107c

Browse files
fix(deps)!: Update Terraform terraform-google-modules/vm/google to v14
1 parent 284b42a commit 4ce107c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

05-Load-Balancer/mig.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "google_service_account_iam_member" "service_account_user" {
3232

3333
module "instance_template" {
3434
source = "terraform-google-modules/vm/google//modules/instance_template"
35-
version = "~> 8.0"
35+
version = "~> 14.0"
3636
project_id = module.project_iam_bindings.projects[0]
3737
subnetwork = module.network.subnets_self_links[0]
3838
source_image_family = "debian-10"
@@ -47,7 +47,7 @@ module "instance_template" {
4747

4848
module "managed_instance_group" {
4949
source = "terraform-google-modules/vm/google//modules/mig"
50-
version = "~> 8.0"
50+
version = "~> 14.0"
5151
project_id = module.project_iam_bindings.projects[0]
5252
region = var.region
5353
target_size = 2

0 commit comments

Comments
 (0)