Marius Tolzmann

Results 58 comments of Marius Tolzmann

This makes perfect sense to us and we already planned similar behavior for the scripts feature. we will keep this issue open to track the progress.

Hi @JanMa, The addition of `scope = root` file generation made it a (temporary) requirement to generate the full repository at all times. Before its was supporting generating sub-trees. It...

This makes total sense.. @i4ki i noticed using tags is not fully covered in docs. Could we add examples and documentation how to use tags instead of path? This can...

Hi @az-z did using tags solve your initial issue? If so, would it be okay to close this request?

Closing now, please re-open when this did not solve your poblem.

Hi @vikas027, So we planned the following change in defining the run time environment: We will allow to set `terramate.config.run.env` variables at any level of the hierarchy. Inheritance will be...

Hi @FalcoSuessgott .. thanks for sharing. We already have this in our internal backlog as this was already requested in our [community discord](https://terramate.io/discord) at some point. Happy to track progress...

@g13013 So far all our tests rendered code generation unusable when depending on a users environment. in collaboration people did not have the same environment and code generation was thus...

On the initial request, the recommendation today would be to have a `local-env.tm.hcl` setting globals as desired and adding it to `.gitignore` to only execute it locally. Here you could...

As a workaround you can use tags instead of globals and conditionally enable it based on the existence of a tag. e.g. `tags = ["tf-provider-aws"]` and then use `condition =...