File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ resource "google_service_account" "vm_sa" {
3838# A testing VM to allow OS Login + IAP tunneling.
3939module "instance_template" {
4040 source = " terraform-google-modules/vm/google//modules/instance_template"
41- version = " ~> 12 .0"
41+ version = " ~> 13 .0"
4242
4343 project_id = var. project_id
4444 machine_type = " n1-standard-1"
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ resource "google_service_account" "bastion_host" {
4444
4545module "instance_template" {
4646 source = " terraform-google-modules/vm/google//modules/instance_template"
47- version = " ~> 12 .0"
47+ version = " ~> 13 .0"
4848
4949 name_prefix = var. name_prefix
5050 project_id = var. project
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ module "iap_bastion" {
4545
4646module "mig" {
4747 source = " terraform-google-modules/vm/google//modules/mig"
48- version = " ~> 12 .0"
48+ version = " ~> 13 .0"
4949
5050 project_id = var. project
5151 region = var. region
You can’t perform that action at this time.
0 commit comments