Skip to content

Commit ff554c3

Browse files
npalmScottGuymer
andcommitted
Update modules/runners/variables.tf
Co-authored-by: Scott Guymer <[email protected]>
1 parent 7c25002 commit ff554c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/runners/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ variable "instance_allocation_strategy" {
8686
var.instance_allocation_strategy == "capacity-optimized",
8787
var.instance_allocation_strategy == "capacity-optimized-prioritized",
8888
])
89-
error_message = "The instance allocation strategy does not matched the allowed values."
89+
error_message = "The instance allocation strategy does not match the allowed values."
9090
}
9191
}
9292

0 commit comments

Comments
 (0)