Skip to content

Commit 3830a5b

Browse files
fix(deps)!: Update Terraform terraform-google-modules/vm/google to v11
1 parent 0b1299b commit 3830a5b

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
@@ -154,7 +154,7 @@ module "mig_template" {
154154
*****************************************/
155155
module "mig" {
156156
source = "terraform-google-modules/vm/google//modules/mig"
157-
version = "~> 7.0"
157+
version = "~> 11.0"
158158
project_id = var.project_id
159159
subnetwork_project = var.project_id
160160
hostname = local.instance_name

0 commit comments

Comments
 (0)