Skip to content

Commit 6a82192

Browse files
chore(deps): Update Terraform terraform-google-modules/bastion-host/google to v8 (#2162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f3e2e59 commit 6a82192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/safer_cluster_iap_bastion/bastion.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ locals {
2121

2222
module "bastion" {
2323
source = "terraform-google-modules/bastion-host/google"
24-
version = "~> 7.0"
24+
version = "~> 8.0"
2525

2626
network = module.vpc.network_self_link
2727
subnet = module.vpc.subnets_self_links[0]

0 commit comments

Comments
 (0)