We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e2e59 commit 6a82192Copy full SHA for 6a82192
examples/safer_cluster_iap_bastion/bastion.tf
@@ -21,7 +21,7 @@ locals {
21
22
module "bastion" {
23
source = "terraform-google-modules/bastion-host/google"
24
- version = "~> 7.0"
+ version = "~> 8.0"
25
26
network = module.vpc.network_self_link
27
subnet = module.vpc.subnets_self_links[0]
0 commit comments