terramate
terramate copied to clipboard
Terramate is a tool for managing multiple Terraform stacks with support for change detection and code generation.
**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....
**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...
**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...
**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...
**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...
**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"...