Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/renovate/terraform-google-modu…
Browse files Browse the repository at this point in the history
…les-vm-google-11.x' into renovatebot-combined
  • Loading branch information
eeaton committed May 23, 2024
2 parents 4bb6109 + a080843 commit bb2c537
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 3-networks-hub-and-spoke/modules/transitivity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module "service_account" {

module "templates" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 10.0"
version = "~> 11.0"
for_each = toset(var.regions)

can_ip_forward = true
Expand Down Expand Up @@ -65,7 +65,7 @@ module "templates" {

module "migs" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 10.0"
version = "~> 11.0"
for_each = toset(var.regions)

project_id = var.project_id
Expand Down
4 changes: 2 additions & 2 deletions 5-app-infra/modules/env_base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "google_service_account" "compute_engine_service_account" {

module "instance_template" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 10.0"
version = "~> 11.0"

machine_type = var.machine_type
region = var.region
Expand All @@ -79,7 +79,7 @@ module "instance_template" {

module "compute_instance" {
source = "terraform-google-modules/vm/google//modules/compute_instance"
version = "~> 10.0"
version = "~> 11.0"

region = var.region
subnetwork = local.subnetwork_self_link
Expand Down

0 comments on commit bb2c537

Please sign in to comment.