cannot instead of can not

This commit is contained in:
Natalia Strelkova
2022-11-11 11:56:47 +00:00
parent 94a2452e91
commit d96f95c2b6
8 changed files with 8 additions and 8 deletions

View File

@@ -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."
}
}