File tree 3 files changed +3
-3
lines changed
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" {
38
38
# A testing VM to allow OS Login + IAP tunneling.
39
39
module "instance_template" {
40
40
source = " terraform-google-modules/vm/google//modules/instance_template"
41
- version = " ~> 7.3 "
41
+ version = " ~> 10.0 "
42
42
43
43
project_id = var. project_id
44
44
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" {
44
44
45
45
module "instance_template" {
46
46
source = " terraform-google-modules/vm/google//modules/instance_template"
47
- version = " ~> 7.3 "
47
+ version = " ~> 10.0 "
48
48
49
49
name_prefix = var. name_prefix
50
50
project_id = var. project
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ module "iap_bastion" {
44
44
45
45
module "mig" {
46
46
source = " terraform-google-modules/vm/google//modules/mig"
47
- version = " ~> 7.3 "
47
+ version = " ~> 10.0 "
48
48
49
49
project_id = var. project
50
50
region = var. region
You can’t perform that action at this time.
0 commit comments