Bart Nycz
Bart Nycz
looking forward for that fix.
[FEATURE] Do not evaluate `lets` block if `condition` is false in `generate_file` and `generate_hcl`
First, it should evaluate the condition, then if all conditions are met, it should start evaluating/generating lets variables. In other cases, I end up with all stacks trying to generate...
I can see the same issue: ``` Error: failed to get config: cannot resolve the configuration: environment variable "1" has invalid name: must match regex ^[a-zA-Z_][a-zA-Z0-9_]*$ 2024/09/02 10:38:25 collector server...
It works opposite way, you need to make condition in your template to generate only on stacks with tag `aws` ``` generate_hcl "_generate_main.tf" { condition = tm_contains(terramate.stack.tags, "aws") content {...
If you are using ArgoCD: - go into temporal ArgoCD app, remove resource "job" - "temporal-schema" - it will re-create job that takes care of es-index setup - watch progress...