We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a352d2d commit 0087791Copy full SHA for 0087791
1 file changed
infra/modules/vm/main.tf
@@ -16,7 +16,7 @@
16
17
module "instance_template" {
18
source = "terraform-google-modules/vm/google///modules/instance_template"
19
- version = "11.1.0"
+ version = "15.2.0"
20
21
project_id = var.project_id
22
name_prefix = "xwiki-${var.zones[0]}-temp-"
@@ -39,7 +39,7 @@ module "instance_template" {
39
40
module "mig" {
41
source = "terraform-google-modules/vm/google//modules/mig"
42
43
44
45
mig_name = "xwiki-${var.region}-group-autoscale"
0 commit comments