From 20da382700d881e9744bc212b12d582797aececc Mon Sep 17 00:00:00 2001 From: Elliot Date: Thu, 23 May 2024 13:35:37 +0000 Subject: [PATCH] increment the mig module to 11.1 include fix for "most_disruptive_allowed_action" argument. (11.0 treats it as required, but should be optional) --- 3-networks-hub-and-spoke/modules/transitivity/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-networks-hub-and-spoke/modules/transitivity/main.tf b/3-networks-hub-and-spoke/modules/transitivity/main.tf index 4279975d3..bc659e5e5 100644 --- a/3-networks-hub-and-spoke/modules/transitivity/main.tf +++ b/3-networks-hub-and-spoke/modules/transitivity/main.tf @@ -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