From ee3e7e2280cbcb586a9a0374c45412df10b03766 Mon Sep 17 00:00:00 2001 From: wesleung Date: Fri, 15 May 2020 23:03:19 -0700 Subject: [PATCH] Change capacity weighting --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index ada32ca..f4b8223 100644 --- a/variables.tf +++ b/variables.tf @@ -102,7 +102,7 @@ variable "capacity_provider_1_base" { variable "capacity_provider_1_weight" { description = "The relative percentage of the total number of launched tasks that should use the specified capacity provider" - default = "100" + default = "10" } variable "capacity_provider_2_type" {