Several wording and typos updates

Several wording and typos updates
This commit is contained in:
Alejandro Leal
2024-06-26 15:39:19 -04:00
committed by Wiktor Niesiobędzki
parent 00080cd840
commit 0363e2cb80
15 changed files with 16 additions and 16 deletions

View File

@@ -156,7 +156,7 @@ variable "fields" {
condition = alltrue([for v1 in var.fields :
v1.indexes == null ? true : alltrue([for v2 in coalesce(v1.indexes, []) :
!(v2.order != null && v2.array_config != null)])])
error_message = "Either order or array_config should be specificied, but not both."
error_message = "Either order or array_config should be specified, but not both."
}
}