We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd714b commit 1149cc5Copy full SHA for 1149cc5
variables.tf
@@ -123,6 +123,6 @@ variable "mssql_defender_state" {
123
124
validation {
125
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"
+ error_message = "The only allowed values for the variable are 'Enabled' or 'Disabled'."
127
}
128
0 commit comments