Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/bastion-host/g…
Browse files Browse the repository at this point in the history
…oogle to v8 (#218)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 2435f6b commit 0cd49b6
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 = "~> 7.0"
version = "~> 8.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 = "~> 7.0"
version = "~> 8.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 = "~> 7.0"
version = "~> 8.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 = "~> 7.0"
version = "~> 8.0"

project = var.project
subnet = var.subnet
Expand Down

0 comments on commit 0cd49b6

Please sign in to comment.