Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/vm/google to v8 (
Browse files Browse the repository at this point in the history
#924)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2023
1 parent cf3f117 commit 9727256
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 @@ -36,7 +36,7 @@ module "service_account" {

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

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

module "migs" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 7.7"
version = "~> 8.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 @@ -44,7 +44,7 @@ resource "google_service_account" "compute_engine_service_account" {

module "instance_template" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 7.9"
version = "~> 8.0"

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

module "compute_instance" {
source = "terraform-google-modules/vm/google//modules/compute_instance"
version = "~> 7.9"
version = "~> 8.0"

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

0 comments on commit 9727256

Please sign in to comment.