Skip to content

Commit

Permalink
fix(deps): update terraform terraform-google-modules/vm/google to v12 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 2, 2024
1 parent 399217d commit f07017a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions anthos-bm-gcp-terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ module "create_service_accounts" {

module "instance_template" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 8.0"
version = "~> 12.0"
depends_on = [
module.enable_google_apis_primary,
module.enable_google_apis_secondary
Expand All @@ -136,7 +136,7 @@ module "instance_template" {

module "instance_template_worker" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 8.0"
version = "~> 12.0"
depends_on = [
module.enable_google_apis_primary,
module.enable_google_apis_secondary
Expand Down
2 changes: 1 addition & 1 deletion anthos-bm-gcp-terraform/modules/vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "external_ip_addresses" {

module "compute_instance" {
source = "terraform-google-modules/vm/google//modules/compute_instance"
version = "~> 8.0.0"
version = "~> 12.0.0"
instance_template = var.instance_template
zone = var.zone
for_each = toset(var.vm_names)
Expand Down

0 comments on commit f07017a

Please sign in to comment.