Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/vm/google to v…
Browse files Browse the repository at this point in the history
…11 (#90)

Co-authored-by: Nim Jayawardena <i.am.nim.jay@gmail.com>
  • Loading branch information
renovate-bot and NimJay authored May 3, 2024
1 parent ea4f4f4 commit f84334e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infra/modules/vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@

module "instance_template" {
source = "terraform-google-modules/vm/google///modules/instance_template"
version = "8.0.1"
version = "11.1.0"

project_id = var.project_id
name_prefix = "xwiki-${var.zones[0]}-temp-"
machine_type = "n2-standard-2"
min_cpu_platform = "Intel Cascade Lake"
Expand All @@ -38,7 +39,7 @@ module "instance_template" {

module "mig" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "8.0.1"
version = "11.1.0"

project_id = var.project_id
mig_name = "xwiki-${var.region}-group-autoscale"
Expand Down

0 comments on commit f84334e

Please sign in to comment.