Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/vm/google to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent 1f3ef21 commit 2b3a97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 05-Load-Balancer/mig.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "google_service_account_iam_member" "service_account_user" {

module "instance_template" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 8.0"
version = "~> 10.0"
project_id = module.project_iam_bindings.projects[0]
subnetwork = module.network.subnets_self_links[0]
source_image_family = "debian-10"
Expand All @@ -47,7 +47,7 @@ module "instance_template" {

module "managed_instance_group" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 8.0"
version = "~> 10.0"
project_id = module.project_iam_bindings.projects[0]
region = var.region
target_size = 2
Expand Down

0 comments on commit 2b3a97b

Please sign in to comment.