Skip to content

Commit f3b276d

Browse files
committed
fix2
1 parent 2f10290 commit f3b276d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

released/discovery_center/mission_3501/step1/variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ variable "cf_space_developers" {
122122
variable "service_plan__sap_business_app_studio" {
123123
type = string
124124
description = "The plan for SAP Business Application Studio"
125+
default = "standard-edition"
126+
validation {
127+
condition = contains(["standard-edition"], var.service_plan__sap_business_app_studio)
128+
error_message = "Invalid value for service_plan__sap_business_app_studio. Only 'standard-edition' is allowed."
129+
}
125130
}
126131

127132
variable "appstudio_developers" {

0 commit comments

Comments
 (0)