Skip to content
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

Support generating new depends_on key #296

Open
glasser opened this issue Dec 14, 2023 · 2 comments
Open

Support generating new depends_on key #296

glasser opened this issue Dec 14, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@glasser
Copy link

glasser commented Dec 14, 2023

Atlantis v0.27 just added a new depends_on key to projects.
runatlantis/atlantis#3292

This is complementary to execution_order_group. execution_order_group guides the order in which Atlantis will look at projects if told to do everything; depends_on actually prevents you from running a project if the other one hasn't happened yet.

It would be great if terragrunt-atlantis-config could optionally generate these using similar logic to the generation of execution_order_group.

@SamuelMolling
Copy link

Would this be to dynamically create dependencies between the terragrunt.hcl files?

@Almenon Almenon added the enhancement New feature or request label Jan 27, 2024
@pseudomorph
Copy link
Collaborator

I've hammered out rough functionality for this and will submit a PR when I get testing added.

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

4 participants