We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
default_capacity_provider_strategy
1 parent bf7dda6 commit 2e9bc3fCopy full SHA for 2e9bc3f
modules/capacity-provider/variables.tf
@@ -35,7 +35,7 @@ variable "default_capacity_provider_strategies" {
35
description = "(Optional) Set of capacity provider strategies to use by default for the cluster."
36
type = list(object({
37
capacity_provider = string
38
- weight = optional(number, 0)
+ weight = optional(number, 1)
39
base = optional(number, 0)
40
}))
41
default = []
0 commit comments