Skip to content

Commit

Permalink
increment the mig module to 11.1 include fix for "most_disruptive_all…
Browse files Browse the repository at this point in the history
…owed_action" argument. (11.0 treats it as required, but should be optional)
  • Loading branch information
eeaton committed May 23, 2024
1 parent bd2686c commit 20da382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3-networks-hub-and-spoke/modules/transitivity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module "templates" {

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

project_id = var.project_id
Expand Down

0 comments on commit 20da382

Please sign in to comment.