You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a PR with test scenarios, where I've just made the append to dependsOnList only allow unique project names. It might be a primitive solution but should handle any future use cases. but open to suggestions.
The text was updated successfully, but these errors were encountered:
trahim
changed the title
Issues with mutliple depends on when using extra_arguments
Issues with duplicate depends on when using extra_arguments
Dec 26, 2024
Bug report
When generating using
--depends-on
andextra_arguments
in the terraform block, you end up with repeated dependenciesTo Reproduce
Summarize how to reproduce the behavior. For example:
terragrunt-atlantis-config generate --output atlantis.yaml --autoplan --parallel --depends-on --create-project-name
Expected behavior
Output to look like
Actual behavior
Extra dependency
Relevant Terragrunt files
I've created a PR with test scenarios, where I've just made the append to
dependsOnList
only allow unique project names. It might be a primitive solution but should handle any future use cases. but open to suggestions.The text was updated successfully, but these errors were encountered: