cannot instead of can not
This commit is contained in:
@@ -110,7 +110,7 @@ variable "prefix" {
|
||||
default = null
|
||||
validation {
|
||||
condition = var.prefix != ""
|
||||
error_message = "Prefix can not be empty, please use null instead."
|
||||
error_message = "Prefix cannot be empty, please use null instead."
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user