diff --git a/examples/bastion_group/main.tf b/examples/bastion_group/main.tf index 0074cd24..a22e5475 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 = "~> 6.0" + version = "~> 7.0" project = var.project_id region = "us-west1" diff --git a/examples/iap_tunneling/main.tf b/examples/iap_tunneling/main.tf index d4aa29ee..19d42826 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 = "~> 6.0" + version = "~> 7.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 d2b3ed25..f5128ab0 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 = "~> 6.0" + version = "~> 7.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 7f13b3e6..9d14432f 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 = "~> 6.0" + version = "~> 7.0" project = var.project subnet = var.subnet