Skip to content

Commit 82f5243

Browse files
chore(deps): Update Terraform terraform-google-modules/bastion-host/google to v7 (#207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e8087d commit 82f5243

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/bastion_group/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "iap_bastion_group" {
1818
source = "terraform-google-modules/bastion-host/google//modules/bastion-group"
19-
version = "~> 6.0"
19+
version = "~> 7.0"
2020

2121
project = var.project_id
2222
region = "us-west1"

examples/iap_tunneling/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ resource "google_project_iam_member" "os_login_bindings" {
7979

8080
module "iap_tunneling" {
8181
source = "terraform-google-modules/bastion-host/google//modules/iap-tunneling"
82-
version = "~> 6.0"
82+
version = "~> 7.0"
8383

8484
fw_name_allow_ssh_from_iap = "test-allow-ssh-from-iap-to-tunnel"
8585
project = var.project_id

examples/simple_example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "iap_bastion" {
1818
source = "terraform-google-modules/bastion-host/google"
19-
version = "~> 6.0"
19+
version = "~> 7.0"
2020

2121
project = var.project_id
2222
zone = "us-west1-a"

examples/two_service_example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ provider "google" {
1919

2020
module "iap_bastion" {
2121
source = "terraform-google-modules/bastion-host/google"
22-
version = "~> 6.0"
22+
version = "~> 7.0"
2323

2424
project = var.project
2525
subnet = var.subnet

0 commit comments

Comments
 (0)