We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eks/loki
compact
1 parent 23f29cc commit 2c7ac72Copy full SHA for 2c7ac72
modules/eks/loki/main.tf
@@ -123,7 +123,7 @@ module "loki" {
123
# For new installations, schema config doesnt change. See the following:
124
# https://grafana.com/docs/loki/latest/operations/storage/schema/#new-loki-installs
125
schemaConfig = {
126
- configs = compact(concat(var.default_schema_config, var.additional_schema_config))
+ configs = concat(var.default_schema_config, var.additional_schema_config)
127
}
128
storage = {
129
bucketNames = {
0 commit comments