Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/vm/google to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 50e889f commit 4ce8104
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 = "~> 11.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 = "~> 11.0"
project_id = module.project_iam_bindings.projects[0]
region = var.region
target_size = 2
Expand Down

0 comments on commit 4ce8104

Please sign in to comment.