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.** When quantity of the resources in a single stack becomes too big, stack's apply and plan operations inevitably become slow....

enhancement
terramate-cloud

**Is your feature request related to a problem? Please describe.** Terramate currently lacks support for block-typed configuration in generated providers, only supporting argument-based configuration. This limitation is problematic when working...

enhancement

**Is your feature request related to a problem? Please describe.** Terramate cli can format codes with terramate fmt. However, this can only happens after the codes have been saved, not...

enhancement

**Describe the bug** **To Reproduce** Create 2 stacks, only one with a tag ``` terramate create stacks/vpc --tags aws terramate create stacks/vpc2 ``` Add the code generate file `stacks/main.tm.hcl` with...

bug

**Is your feature request related to a problem? Please describe.** - As a user, I want my dependencies to be automatically updated and comprehended by an automation system so that...

enhancement

**Describe the bug** For resource tagging, we use a format like `subdomain.company.com/key = value`. At the top level stack we define: ```hcl globals { default_tags = { "meta.company.com/manager" = "terraform"...

bug