Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/vm/google to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 17, 2024
1 parent a59dd88 commit 55471a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/tfc-agent-mig-container-vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ module "gce_container" {

module "mig_template" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 12.0"
version = "~> 13.0"

region = var.region
project_id = var.project_id
Expand Down Expand Up @@ -196,7 +196,7 @@ module "mig_template" {

module "mig" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 12.0"
version = "~> 13.0"

region = var.region
project_id = var.project_id
Expand Down
4 changes: 2 additions & 2 deletions modules/tfc-agent-mig-vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ resource "google_secret_manager_secret_iam_member" "tfc_agent_secret_member" {

module "mig_template" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 12.0"
version = "~> 13.0"

project_id = var.project_id
machine_type = var.machine_type
Expand Down Expand Up @@ -168,7 +168,7 @@ module "mig_template" {

module "mig" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 12.0"
version = "~> 13.0"

project_id = var.project_id
region = var.region
Expand Down

0 comments on commit 55471a2

Please sign in to comment.