From a97e4443a104959be7763920dbbc181c79a3a5d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 22:30:03 +0000 Subject: [PATCH] fix(deps)!: Update Terraform terraform-google-modules/vm/google to v10 --- examples/iap_tunneling/main.tf | 2 +- main.tf | 2 +- modules/bastion-group/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/iap_tunneling/main.tf b/examples/iap_tunneling/main.tf index 4d65de1c..ff8e29ed 100644 --- a/examples/iap_tunneling/main.tf +++ b/examples/iap_tunneling/main.tf @@ -38,7 +38,7 @@ resource "google_service_account" "vm_sa" { # A testing VM to allow OS Login + IAP tunneling. module "instance_template" { source = "terraform-google-modules/vm/google//modules/instance_template" - version = "~> 7.3" + version = "~> 10.0" project_id = var.project_id machine_type = "n1-standard-1" diff --git a/main.tf b/main.tf index 3a197904..caaf9ae6 100644 --- a/main.tf +++ b/main.tf @@ -44,7 +44,7 @@ resource "google_service_account" "bastion_host" { module "instance_template" { source = "terraform-google-modules/vm/google//modules/instance_template" - version = "~> 7.3" + version = "~> 10.0" name_prefix = var.name_prefix project_id = var.project diff --git a/modules/bastion-group/main.tf b/modules/bastion-group/main.tf index 48d5f447..95a2fe0b 100644 --- a/modules/bastion-group/main.tf +++ b/modules/bastion-group/main.tf @@ -44,7 +44,7 @@ module "iap_bastion" { module "mig" { source = "terraform-google-modules/vm/google//modules/mig" - version = "~> 7.3" + version = "~> 10.0" project_id = var.project region = var.region