Christian Weiss

Results 88 comments of Christian Weiss

I personally made peace with the fact that my reusable modules also are "stacks" and the mentioned combination of scripts & tag inheritance will make it much easier to differentiate...

Thank you for this very detailed response @i4ki! I agree with your concerns. I also really like your proposal for "nested labeled blocks". I think that having the `tags` "within"...

I played around with this a little bit yesterday and my current script for the `generate` pre-commit-hook looks like this: ```sh OUTPUT=$(terramate generate) if [ "$OUTPUT" = "Nothing to do,...

@mariux I tested this and `generate` works fine, but `terramate fmt --detailed-exit-code` seems to not actually write the changes to the files. It did output the changed file name and...

Thank you for the update! I ended up switching to invoking `/bin/bash`, so that I can set variables and also use `if`-logic etc. within a multi-line script block! Do you...

Closed since this is implemented (thank you very much!!!), but see #1649 for an open bug.

Maybe an even better option would be to have a `condition` parameter on the job that allows to control the invocation based on much more than just tags. This would...

> As you thinking of the use case of what is the delta if the cluster grows? Yes. I want to be able to calculate the pricing for an application...