File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
gh-runner-mig-container-vm Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ module "gce-container" {
151
151
152
152
module "mig_template" {
153
153
source = " terraform-google-modules/vm/google//modules/instance_template"
154
- version = " ~> 7 .0"
154
+ version = " ~> 11 .0"
155
155
project_id = var. project_id
156
156
region = var. region
157
157
network = local. network_name
@@ -184,7 +184,7 @@ module "mig_template" {
184
184
*****************************************/
185
185
module "mig" {
186
186
source = " terraform-google-modules/vm/google//modules/mig"
187
- version = " ~> 7 .0"
187
+ version = " ~> 11 .0"
188
188
project_id = var. project_id
189
189
subnetwork_project = var. project_id
190
190
hostname = local. instance_name
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ locals {
119
119
120
120
module "mig_template" {
121
121
source = " terraform-google-modules/vm/google//modules/instance_template"
122
- version = " ~> 7 .0"
122
+ version = " ~> 11 .0"
123
123
project_id = var. project_id
124
124
machine_type = var. machine_type
125
125
network = local. network_name
@@ -152,7 +152,7 @@ module "mig_template" {
152
152
*****************************************/
153
153
module "mig" {
154
154
source = " terraform-google-modules/vm/google//modules/mig"
155
- version = " ~> 7 .0"
155
+ version = " ~> 11 .0"
156
156
project_id = var. project_id
157
157
subnetwork_project = var. project_id
158
158
hostname = local. instance_name
You can’t perform that action at this time.
0 commit comments