diff --git a/5-infrastructure/modules/bastion/main.tf b/5-infrastructure/modules/bastion/main.tf index 4c719c2..3bc43b2 100644 --- a/5-infrastructure/modules/bastion/main.tf +++ b/5-infrastructure/modules/bastion/main.tf @@ -27,7 +27,7 @@ data "google_compute_subnetwork" "bastion_subnet" { module "iap_bastion" { source = "terraform-google-modules/bastion-host/google" - version = "~> 3.1" + version = "~> 8.0" project = var.project_id # Variables for existing network