Skip to content

Commit c72715e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bq-exfil-demo/main.tf

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

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

2626
project = module.project1.project_id
2727
zone = var.zone

0 commit comments

Comments
 (0)