From 9487176751172935571c862dd2a3dece2147e444 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:01:47 +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..8678450d 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 = "~> 8.0" project_id = var.project_id machine_type = "n1-standard-1" diff --git a/main.tf b/main.tf index 3a197904..01154e01 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 = "~> 8.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..f6738e3b 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 = "~> 8.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