We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c25002 commit ff554c3Copy full SHA for ff554c3
modules/runners/variables.tf
@@ -86,7 +86,7 @@ variable "instance_allocation_strategy" {
86
var.instance_allocation_strategy == "capacity-optimized",
87
var.instance_allocation_strategy == "capacity-optimized-prioritized",
88
])
89
- error_message = "The instance allocation strategy does not matched the allowed values."
+ error_message = "The instance allocation strategy does not match the allowed values."
90
}
91
92
0 commit comments