Skip to content

Commit 1149cc5

Browse files
MyroslavLevchykMyroslavLevchyk
authored andcommitted
fix: correct error message format for mssql_defender_state variable
1 parent 6fd714b commit 1149cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ variable "mssql_defender_state" {
123123

124124
validation {
125125
condition = var.mssql_defender_state != null ? contains(["Enabled", "Disabled"], var.mssql_defender_state) : true
126-
error_message = "The only allowed values for variable are: 'Enabled' or 'Disabled"
126+
error_message = "The only allowed values for the variable are 'Enabled' or 'Disabled'."
127127
}
128128
}

0 commit comments

Comments
 (0)