Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/vm/google to v…
Browse files Browse the repository at this point in the history
…11 (#133)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 535eff6 commit d87e91a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/simple/mig.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "instance_template1" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 10.0"
version = "~> 11.0"
project_id = var.project
subnetwork = var.subnetwork
subnetwork_project = var.subnetwork_project
Expand All @@ -27,7 +27,7 @@ module "instance_template1" {

module "instance_template2" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 10.0"
version = "~> 11.0"
project_id = var.project
subnetwork = var.subnetwork
subnetwork_project = var.subnetwork_project
Expand All @@ -38,7 +38,7 @@ module "instance_template2" {

module "instance_template3" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 10.0"
version = "~> 11.0"
project_id = var.project
subnetwork = var.subnetwork
subnetwork_project = var.subnetwork_project
Expand All @@ -49,7 +49,7 @@ module "instance_template3" {

module "mig1" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 10.0"
version = "~> 11.0"
project_id = var.project
region = var.region
target_pools = [module.gce-lb-fr.target_pool]
Expand All @@ -60,7 +60,7 @@ module "mig1" {

module "mig2" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 10.0"
version = "~> 11.0"
project_id = var.project
region = var.region
hostname = "mig2"
Expand All @@ -70,7 +70,7 @@ module "mig2" {

module "mig3" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 10.0"
version = "~> 11.0"
project_id = var.project
region = var.region
hostname = "mig3"
Expand Down

0 comments on commit d87e91a

Please sign in to comment.