From 709608168b36ea1243d8b014cc14b3f8afd6b18a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 22:13:58 +0000 Subject: [PATCH] chore(deps): Update TF modules --- examples/iap_tunneling/main.tf | 2 +- main.tf | 2 +- modules/bastion-group/main.tf | 2 +- test/setup/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/iap_tunneling/main.tf b/examples/iap_tunneling/main.tf index 4d65de1c..20f04794 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 = "~> 9.0" project_id = var.project_id machine_type = "n1-standard-1" diff --git a/main.tf b/main.tf index 3a197904..a9dafaa1 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 = "~> 9.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..192a66c8 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 = "~> 9.0" project_id = var.project region = var.region diff --git a/test/setup/main.tf b/test/setup/main.tf index 04a5ffe3..ddd5d608 100644 --- a/test/setup/main.tf +++ b/test/setup/main.tf @@ -16,7 +16,7 @@ module "project_ci" { source = "terraform-google-modules/project-factory/google" - version = "~> 10.0" + version = "~> 14.0" name = "ci-bastion-module" random_project_id = true org_id = var.org_id