File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
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 = " ~> 9.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 = " ~> 9.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 = " ~> 9.0 "
48
48
49
49
project_id = var. project
50
50
region = var. region
Original file line number Diff line number Diff line change 16
16
17
17
module "project_ci" {
18
18
source = " terraform-google-modules/project-factory/google"
19
- version = " ~> 10 .0"
19
+ version = " ~> 14 .0"
20
20
name = " ci-bastion-module"
21
21
random_project_id = true
22
22
org_id = var. org_id
You can’t perform that action at this time.
0 commit comments