diff --git a/released/discovery_center/mission_3774/step1/variables.tf b/released/discovery_center/mission_3774/step1/variables.tf index e8de385d..3a588cc8 100644 --- a/released/discovery_center/mission_3774/step1/variables.tf +++ b/released/discovery_center/mission_3774/step1/variables.tf @@ -149,7 +149,7 @@ variable "service_plan__build_workzone" { default = "free" validation { condition = contains(["free", "standard"], var.service_plan__build_workzone) - error_message = "Invalid value for qas_service_plan__build_workzone. Only 'free' and 'standard' are allowed." + error_message = "Invalid value for service_plan__build_workzone. Only 'free' and 'standard' are allowed." } }