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 03bece6 commit 07ccd1dCopy full SHA for 07ccd1d
variables.tf
@@ -67,7 +67,7 @@ variable "deployment_type" {
67
type = string
68
default = "parallel"
69
validation {
70
- condition = contains(["parallel", "sequential"], var.mode)
+ condition = contains(["parallel", "sequential"], var.deployment_type)
71
error_message = "The pipeline mode must be 'parallel' or 'sequential'"
72
}
73
0 commit comments