terraform formatting fixed
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user