From c4bc6b4952841a31d328e3ee20abb547fb10c74f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:48:08 +0000 Subject: [PATCH] Update Terraform terraform-google-modules/vm/google to v13.1.2 --- samples/GCP/templates/bastionhost/mig.tf | 2 +- samples/GCP/templates/modules/database/database_mig.tf | 2 +- samples/GCP/templates/standard3tier/backend_mig.tf | 2 +- samples/GCP/templates/standard3tier/frontend_mig.tf | 4 ++-- samples/GCP/templates/vpn-classic/mig.tf | 2 +- samples/GCP/templates/vpn-hybrid/mig.tf | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/samples/GCP/templates/bastionhost/mig.tf b/samples/GCP/templates/bastionhost/mig.tf index f220f92..c8386a9 100644 --- a/samples/GCP/templates/bastionhost/mig.tf +++ b/samples/GCP/templates/bastionhost/mig.tf @@ -90,7 +90,7 @@ resource "google_compute_instance_template" "backend_template" { # Primary mig... module "backend-mig-001" { source = "terraform-google-modules/vm/google//modules/mig" - version = "13.1.1" + version = "13.1.2" instance_template = google_compute_instance_template.backend_template.self_link region = var.region hostname = "bemig001" diff --git a/samples/GCP/templates/modules/database/database_mig.tf b/samples/GCP/templates/modules/database/database_mig.tf index 5928cf8..d4dbbe3 100644 --- a/samples/GCP/templates/modules/database/database_mig.tf +++ b/samples/GCP/templates/modules/database/database_mig.tf @@ -89,7 +89,7 @@ resource "google_compute_instance_template" "database_template" { # Primary mig... module "db-mig-001" { source = "terraform-google-modules/vm/google//modules/mig" - version = "13.1.1" + version = "13.1.2" instance_template = google_compute_instance_template.database_template.self_link region = var.region hostname = "${var.name}-mig" diff --git a/samples/GCP/templates/standard3tier/backend_mig.tf b/samples/GCP/templates/standard3tier/backend_mig.tf index c651003..5d5e5ef 100644 --- a/samples/GCP/templates/standard3tier/backend_mig.tf +++ b/samples/GCP/templates/standard3tier/backend_mig.tf @@ -84,7 +84,7 @@ resource "google_compute_instance_template" "backend_template" { # Primary mig... module "backend-mig-001" { source = "terraform-google-modules/vm/google//modules/mig" - version = "13.1.1" + version = "13.1.2" instance_template = google_compute_instance_template.backend_template.self_link region = var.region hostname = "bemig001" diff --git a/samples/GCP/templates/standard3tier/frontend_mig.tf b/samples/GCP/templates/standard3tier/frontend_mig.tf index 12a8425..3e9a4e5 100644 --- a/samples/GCP/templates/standard3tier/frontend_mig.tf +++ b/samples/GCP/templates/standard3tier/frontend_mig.tf @@ -120,7 +120,7 @@ resource "google_compute_instance_template" "frontend_template_bck" { # Primary mig... module "frontend-mig-001" { source = "terraform-google-modules/vm/google//modules/mig" - version = "13.1.1" + version = "13.1.2" instance_template = google_compute_instance_template.frontend_template.self_link region = var.region hostname = "femig001" @@ -144,7 +144,7 @@ module "frontend-mig-001" { # Secondary mig... module "frontend-mig-002" { source = "terraform-google-modules/vm/google//modules/mig" - version = "13.1.1" + version = "13.1.2" instance_template = google_compute_instance_template.frontend_template_bck.self_link region = var.region_bck hostname = "femig002" diff --git a/samples/GCP/templates/vpn-classic/mig.tf b/samples/GCP/templates/vpn-classic/mig.tf index dc79f6f..49be2d3 100644 --- a/samples/GCP/templates/vpn-classic/mig.tf +++ b/samples/GCP/templates/vpn-classic/mig.tf @@ -90,7 +90,7 @@ resource "google_compute_instance_template" "backend_template" { # Primary mig... module "backend-mig-001" { source = "terraform-google-modules/vm/google//modules/mig" - version = "13.1.1" + version = "13.1.2" instance_template = google_compute_instance_template.backend_template.self_link region = var.region_be hostname = "bemig001" diff --git a/samples/GCP/templates/vpn-hybrid/mig.tf b/samples/GCP/templates/vpn-hybrid/mig.tf index dc79f6f..49be2d3 100644 --- a/samples/GCP/templates/vpn-hybrid/mig.tf +++ b/samples/GCP/templates/vpn-hybrid/mig.tf @@ -90,7 +90,7 @@ resource "google_compute_instance_template" "backend_template" { # Primary mig... module "backend-mig-001" { source = "terraform-google-modules/vm/google//modules/mig" - version = "13.1.1" + version = "13.1.2" instance_template = google_compute_instance_template.backend_template.self_link region = var.region_be hostname = "bemig001"