Skip to content

Provide support for new Terragrunt Stacks commands #1544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
brakf opened this issue Apr 20, 2025 · 0 comments
Open

Provide support for new Terragrunt Stacks commands #1544

brakf opened this issue Apr 20, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@brakf
Copy link

brakf commented Apr 20, 2025

Describe the solution you'd like
Some new concepts, syntax & commands surrounding Terragrunt Stacks are currently being finalized:
gruntwork-io/terragrunt#3313

I'd highly appreciate first-level support for the Terragrunt Stacks CLI (terragrunt stack generate/init/apply/...).

possible examples functions in the terraform package:

  • TgStackGenerate
  • TgStackInit
  • TgStackApply
  • TgStackOutput
  • etc.

Describe alternatives you've considered
Using function RunTerraformCommand as i have seen in the official example: https://github.com/gruntwork-io/terragrunt-infrastructure-catalog-example/blob/main/test/terragrunt/stacks/decoupled_lambda_service_test.go

Additional context
https://terragrunt.gruntwork.io/docs/reference/config-blocks-and-attributes/#stack

The new concepts is a replacement of the existing apply-all command, that is already supported. TgApplyAll

@brakf brakf added the enhancement New feature or request label Apr 20, 2025
@james03160927 james03160927 self-assigned this May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants