Skip to content

Commit

Permalink
Change capacity weighting
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleung-appzen committed May 16, 2020
1 parent be2e88e commit ee3e7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit ee3e7e2

Please sign in to comment.