Skip to content

Commit ebb310d

Browse files
fix(deps)!: Update Terraform terraform-google-modules/vm/google to v11
1 parent 999330d commit ebb310d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/gh-runner-mig-container-vm/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ module "gce-container" {
151151

152152
module "mig_template" {
153153
source = "terraform-google-modules/vm/google//modules/instance_template"
154-
version = "~> 7.0"
154+
version = "~> 11.0"
155155
project_id = var.project_id
156156
region = var.region
157157
network = local.network_name
@@ -184,7 +184,7 @@ module "mig_template" {
184184
*****************************************/
185185
module "mig" {
186186
source = "terraform-google-modules/vm/google//modules/mig"
187-
version = "~> 7.0"
187+
version = "~> 11.0"
188188
project_id = var.project_id
189189
subnetwork_project = var.project_id
190190
hostname = local.instance_name

modules/gh-runner-mig-vm/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ locals {
119119

120120
module "mig_template" {
121121
source = "terraform-google-modules/vm/google//modules/instance_template"
122-
version = "~> 7.0"
122+
version = "~> 11.0"
123123
project_id = var.project_id
124124
machine_type = var.machine_type
125125
network = local.network_name
@@ -152,7 +152,7 @@ module "mig_template" {
152152
*****************************************/
153153
module "mig" {
154154
source = "terraform-google-modules/vm/google//modules/mig"
155-
version = "~> 7.0"
155+
version = "~> 11.0"
156156
project_id = var.project_id
157157
subnetwork_project = var.project_id
158158
hostname = local.instance_name

0 commit comments

Comments
 (0)