terramate
terramate copied to clipboard
Terramate is a tool for managing multiple Terraform stacks with support for change detection and code generation.
**Describe the solution you'd like** Would like to see conditional imports. Example: ``` import { condition = global.environment == "staging" source = "/environments/staging/config.tm.hcl" } ``` This could be leveraged to...
Adds assets (images) to provide a preview image on Linkedin, Twitter and Facebook
Fine-tune the content of the introduction and installation pages.
## What this PR does / why we need it: * When cloud-sync is running in the context of a pull_request GHA event, the `event.pull_request.head.repo.pushed_at` is sent to TMC in...
## What this PR does / why we need it: Adds more details to the Orchestration Overview page: - Different ways of orchestrating commands - Change detection integration - Sequential...
## What this PR does / why we need it: Fix a bug where dot files were not detected when already present in the filesystem and them re-generation occurs. ##...
## What this PR does / why we need it: Disallow code generation inside dot directories. Note: this is a breaking change. Examples below will not work anymore: ```hcl generate_hcl...
# Reason for This Change Elaborate on the reasons for this change. If applicable link it to the related issue (like `Closes #`). Note: We are not accepting feature PR's...
## What this PR does / why we need it: This PR adds two new fields to the preview object: - commit_sha (the latest commit sha of the branch) -...