terragrunt-atlantis-config
terragrunt-atlantis-config copied to clipboard
Support generating new depends_on key
Atlantis v0.27 just added a new depends_on
key to projects.
https://github.com/runatlantis/atlantis/pull/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
.
Would this be to dynamically create dependencies between the terragrunt.hcl files?
I've hammered out rough functionality for this and will submit a PR when I get testing added.