terramate icon indicating copy to clipboard operation
terramate copied to clipboard

Terramate is a tool for managing multiple Terraform stacks with support for change detection and code generation.

Results 106 terramate issues
Sort by recently updated
recently updated
newest added

# Reason for This Change Adding support to `attributes` inside `tm_dynamic` as a way to generate blocks using an object/map as the source of the blocks attributes. This is useful...

# Reason for This Change Add support to set a global to `unset`, which unsets the global. References to it will fail as if the global was never defined. ##...

Hi, When dealing with multiple generated files from different modules, it could interesting to isolate generated files into some folders instead of simply use a "_" to order files. Currently,...

enhancement

**Is your question related to a problem? Please describe.** One of our common use cases is to pass outputs created by one stack as input into variables of a dependent...

enhancement

**Describe the solution you'd like** I would be able to fully understand key concepts differences between terramate and other well known tools like terragrunt. **Additional context** Because terramate approach seems...

documentation

**Is your feature request related to a problem? Please describe.** With release 0.1.13 a check was added that the root config should be at the top level of the hosting...

enhancement
planned

# Reason for This Change So we can add root context configurations in some directory and then import it without processing the configuration twice. This is also useful to ignore...

The idea is to improve logging of fatal msgs. We added functions to help logging our Terramate specific errors more nicely, so when we have error lists (like when parsing...

# Reason for This Change Add some initial info logging on generate to provide info on creation/change/deletion of files per stack.