Skip to content

Commit

Permalink
Merge branch 'master' into apeabody-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Aug 28, 2024
2 parents a0ce1ca + 82f5243 commit fab2a62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/bastion_group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/iap_tunneling/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/two_service_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fab2a62

Please sign in to comment.