From b003a591b2895d14f084684a241af9a7bafd2200 Mon Sep 17 00:00:00 2001 From: Rui Nogueira Date: Tue, 2 Jul 2024 12:39:01 +0000 Subject: [PATCH] fix typo --- released/discovery_center/mission_3774/step1/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." } }