Linucas

Results 3 comments of Linucas

+1 upgrade from 2.5.1 -> 2.6.2 caused branding to break here too. I'm not setting as env vars but rather in `sftpgo.json`. It's not only the `logo_path` but also `favicon_path`...

I've ran into this deadlock, most likely because I've used a resource lifecycle, here's my resource definition: ``` resource "elasticstack_elasticsearch_index" "index_bootstraped" { for_each = var.index name = "${each.value.name}-000001" alias {...

+1 Freshly created index template using `elasticstack_elasticsearch_index_template` and `jsonencode()` for mappings results in always trying to update it