terraform formatting fixed

This commit is contained in:
Natalia Strelkova
2022-11-10 15:11:38 +00:00
parent da483d3d3e
commit d5d1d9eb34
10 changed files with 10 additions and 10 deletions

View File

@@ -109,7 +109,7 @@ variable "prefix" {
type = string
default = null
validation {
condition = var.prefix != ""
condition = var.prefix != ""
error_message = "Prefix can not be empty, please use null instead."
}
}