You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instance_nr_validation_msg="HANA sap_hana_install_number , ASCS sap_swpm_ascs_instance_nr and PAS sap_swpm_pas_instance_nr instance numbers must not be same"
error_message="The provided sap_hana_vars configuration is invalid. The sap_hana_install_sid value must consist of exactly three alphanumeric characters, all uppercase, and the first character must be a letter."
error_message="The sap_hana_install_number must be a numeric value between 00 and 99. For single-digit numbers, append a leading zero."
428
427
}
428
+
validation {
429
+
condition=length(distinct([
430
+
var.sap_hana_vars.sap_hana_install_number,
431
+
var.sap_solution_vars.sap_swpm_ascs_instance_nr,
432
+
var.sap_solution_vars.sap_swpm_pas_instance_nr
433
+
])) ==3
429
434
435
+
error_message="HANA (sap_hana_install_number), ASCS (sap_swpm_ascs_instance_nr), and PAS (sap_swpm_pas_instance_nr) instance numbers must not be the same."
0 commit comments