File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717module "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"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ resource "google_project_iam_member" "os_login_bindings" {
7979
8080module "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
Original file line number Diff line number Diff line change 1616
1717module "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"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ provider "google" {
1919
2020module "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
You can’t perform that action at this time.
0 commit comments