From 0cd49b615e356204011a319f04cc5344812dd5ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:07:00 -0800 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/bastion-host/google to v8 (#218) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/bastion_group/main.tf | 2 +- examples/iap_tunneling/main.tf | 2 +- examples/simple_example/main.tf | 2 +- examples/two_service_example/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/bastion_group/main.tf b/examples/bastion_group/main.tf index a22e547..4c6d32e 100644 --- a/examples/bastion_group/main.tf +++ b/examples/bastion_group/main.tf @@ -16,7 +16,7 @@ module "iap_bastion_group" { source = "terraform-google-modules/bastion-host/google//modules/bastion-group" - version = "~> 7.0" + version = "~> 8.0" project = var.project_id region = "us-west1" diff --git a/examples/iap_tunneling/main.tf b/examples/iap_tunneling/main.tf index 60f2917..d7e0578 100644 --- a/examples/iap_tunneling/main.tf +++ b/examples/iap_tunneling/main.tf @@ -79,7 +79,7 @@ resource "google_project_iam_member" "os_login_bindings" { module "iap_tunneling" { source = "terraform-google-modules/bastion-host/google//modules/iap-tunneling" - version = "~> 7.0" + version = "~> 8.0" fw_name_allow_ssh_from_iap = "test-allow-ssh-from-iap-to-tunnel" project = var.project_id diff --git a/examples/simple_example/main.tf b/examples/simple_example/main.tf index f5128ab..dfd0b3d 100644 --- a/examples/simple_example/main.tf +++ b/examples/simple_example/main.tf @@ -16,7 +16,7 @@ module "iap_bastion" { source = "terraform-google-modules/bastion-host/google" - version = "~> 7.0" + version = "~> 8.0" project = var.project_id zone = "us-west1-a" diff --git a/examples/two_service_example/main.tf b/examples/two_service_example/main.tf index 9d14432..98be2d5 100644 --- a/examples/two_service_example/main.tf +++ b/examples/two_service_example/main.tf @@ -19,7 +19,7 @@ provider "google" { module "iap_bastion" { source = "terraform-google-modules/bastion-host/google" - version = "~> 7.0" + version = "~> 8.0" project = var.project subnet = var.subnet