diff --git a/examples/bastion_group/main.tf b/examples/bastion_group/main.tf index a22e547..4c6d32e 100644 --- a/examples/bastion_group/main.tf +++ b/examples/bastion_group/main.tf @@ -16,7 +16,7 @@ module "iap_bastion_group" { source = "terraform-google-modules/bastion-host/google//modules/bastion-group" - version = "~> 7.0" + version = "~> 8.0" project = var.project_id region = "us-west1" diff --git a/examples/iap_tunneling/main.tf b/examples/iap_tunneling/main.tf index 60f2917..d7e0578 100644 --- a/examples/iap_tunneling/main.tf +++ b/examples/iap_tunneling/main.tf @@ -79,7 +79,7 @@ resource "google_project_iam_member" "os_login_bindings" { module "iap_tunneling" { source = "terraform-google-modules/bastion-host/google//modules/iap-tunneling" - version = "~> 7.0" + version = "~> 8.0" fw_name_allow_ssh_from_iap = "test-allow-ssh-from-iap-to-tunnel" project = var.project_id diff --git a/examples/simple_example/main.tf b/examples/simple_example/main.tf index f5128ab..dfd0b3d 100644 --- a/examples/simple_example/main.tf +++ b/examples/simple_example/main.tf @@ -16,7 +16,7 @@ module "iap_bastion" { source = "terraform-google-modules/bastion-host/google" - version = "~> 7.0" + version = "~> 8.0" project = var.project_id zone = "us-west1-a" diff --git a/examples/two_service_example/main.tf b/examples/two_service_example/main.tf index 9d14432..98be2d5 100644 --- a/examples/two_service_example/main.tf +++ b/examples/two_service_example/main.tf @@ -19,7 +19,7 @@ provider "google" { module "iap_bastion" { source = "terraform-google-modules/bastion-host/google" - version = "~> 7.0" + version = "~> 8.0" project = var.project subnet = var.subnet