Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/vm/google to v13.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent a89837b commit c4bc6b4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion samples/GCP/templates/bastionhost/mig.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion samples/GCP/templates/modules/database/database_mig.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion samples/GCP/templates/standard3tier/backend_mig.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions samples/GCP/templates/standard3tier/frontend_mig.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion samples/GCP/templates/vpn-classic/mig.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion samples/GCP/templates/vpn-hybrid/mig.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c4bc6b4

Please sign in to comment.