Skip to content

Commit 0087791

Browse files
committed
chore(deps): Update Terraform terraform-google-modules/vm/google to v15
1 parent a352d2d commit 0087791

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/modules/vm/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "instance_template" {
1818
source = "terraform-google-modules/vm/google///modules/instance_template"
19-
version = "11.1.0"
19+
version = "15.2.0"
2020

2121
project_id = var.project_id
2222
name_prefix = "xwiki-${var.zones[0]}-temp-"
@@ -39,7 +39,7 @@ module "instance_template" {
3939

4040
module "mig" {
4141
source = "terraform-google-modules/vm/google//modules/mig"
42-
version = "11.1.0"
42+
version = "15.2.0"
4343

4444
project_id = var.project_id
4545
mig_name = "xwiki-${var.region}-group-autoscale"

0 commit comments

Comments
 (0)