From 66c93b4d3d8fd6752fdc4930cb28610b710a324f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:42:18 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/bastion-host/google to v9 --- examples/safer_cluster_iap_bastion/bastion.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/safer_cluster_iap_bastion/bastion.tf b/examples/safer_cluster_iap_bastion/bastion.tf index d63dd876fd..c87fd7ff71 100644 --- a/examples/safer_cluster_iap_bastion/bastion.tf +++ b/examples/safer_cluster_iap_bastion/bastion.tf @@ -21,7 +21,7 @@ locals { module "bastion" { source = "terraform-google-modules/bastion-host/google" - version = "~> 8.0" + version = "~> 9.0" network = module.vpc.network_self_link subnet = module.vpc.subnets_self_links[0]