From fa78217aeb9c4e0c4c2429a0ccf45e76b8569ed8 Mon Sep 17 00:00:00 2001 From: "plural-copilot[bot]" Date: Tue, 24 Sep 2024 14:18:54 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/bastion-host/google to v7 --- 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 c4213b4f74..7fea1c368d 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 = "~> 6.0" + version = "~> 7.0" network = module.vpc.network_self_link subnet = module.vpc.subnets_self_links[0]