Skip to content

Commit c07c689

Browse files
authored
Update bastion.tf
1 parent 8c6b860 commit c07c689

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
@@ -28,7 +28,7 @@ data "template_file" "startup_script" {
2828

2929
module "bastion" {
3030
source = "terraform-google-modules/bastion-host/google"
31-
version = "~> 4.1"
31+
version = "~> 5.0"
3232

3333
network = module.vpc.network_self_link
3434
subnet = module.vpc.subnets_self_links[0]

0 commit comments

Comments
 (0)