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
#62)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2023
1 parent 6d55969 commit 3b0b2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "google_service_account" "instance-group" {

module "instance_template" {
source = "terraform-google-modules/vm/google//modules/instance_template"
version = "~> 7.9"
version = "~> 8.0"
subnetwork = google_compute_subnetwork.subnetwork.self_link
source_image_family = var.image_family
source_image_project = var.image_project
Expand All @@ -42,7 +42,7 @@ module "instance_template" {

module "managed_instance_group" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 7.9"
version = "~> 8.0"
region = var.region
target_size = 2
hostname = "mig-simple"
Expand Down

0 comments on commit 3b0b2dd

Please sign in to comment.