Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/bastion-host/g…
Browse files Browse the repository at this point in the history
…oogle to v7
  • Loading branch information
plural-copilot[bot] committed Sep 24, 2024
1 parent 752332e commit fa78217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/safer_cluster_iap_bastion/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fa78217

Please sign in to comment.