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

**Is your feature request related to a problem? Please describe.** One convenient use-case for Clone feature is to promote environment stack, e.g. `staging` -> `prod`, but currently it's not possible...

enhancement

**Is your feature request related to a problem? Please describe.** When working with hierarchy of stacks, I would like to automatically add tags to the sub stacks **Describe the solution...

enhancement
planned

**Is your feature request related to a problem? Please describe.** I would like to use outputs between different states to manage my infrastructure **Describe the solution you'd like** for example,...

enhancement

**Describe the bug** Terramate does not exclude implicit nested stacks from `after` field generating invalid stack dependency graph. **To Reproduce** Steps to reproduce the behavior: 1. Have a code base...

bug
planned

## What this PR does / why we need it: When Terragrunt modules are nested, Terramate generates stacks with `after` references to parent stacks, then creates a cycle because child...

**Is your feature request related to a problem? Please describe.** Right now, many commands complain about obsolete code which breaks the flow of dev, I want to propose introducing a...

enhancement

Currently Terramate supports all functions available up to Terraform `1.5.3`. It could be useful to support Terraform functions available in Terraform > 1.5.3 An example is `strcontains`: https://developer.hashicorp.com/terraform/language/v1.5.x/functions/strcontains

enhancement

**Describe the bug** The tab completions on fish shell don't just select the command, they include command descriptions as well, including whitespaces. It does work properly if I type out...

bug

## What this PR does / why we need it: Experiment for generating Terramate files. ## Which issue(s) this PR fixes: ## Special notes for your reviewer: ## Does this...

**Is your feature request related to a problem? Please describe.** ## Feature Request I want to be able to set the output file name of generate_hcl from the caller /...

enhancement