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

Fix issue with parsing for a cascading dependencies case, Fix Duplicated dependencies, Handle Relative/Absolute Paths more gracefully #113

Merged
merged 2 commits into from
Feb 4, 2021

Conversation

angeloskaltsikis
Copy link
Contributor

Pull Request

Related Github Issues

  • [none]

Description

  • Improvement: In order to fix the issue with cascading dependencies this adds extra checks to handle both the case that a dependency uses an absolute path or a relative one.

  • Improvement: Also converts relative dependencies to absolute to avoid duplicates and re-converts the dependencies to a relative before the configuration file is generated.

  • Fix issue with parsing for a cascading dependencies case
    Creates new terragrunt options with the dependency path in order to be able to parse successfully the cascading dependencies.

Security Implications

  • [none]

System Availability

  • [none]

- Improvement: In order to fix the issue with cascading dependencies this add extra checks
to handle both the case that a dependency uses an absolute path or a relative one.
- Improvement: Also converts relative dependencies to absolute to avoid duplicates and
re-converts the dependencies to relative before the configuration file is
generated.
- Fix: Creates new terragrunt options with the dependency path in order to be
able to parse successfully the cascading dependencies.
@angeloskaltsikis
Copy link
Contributor Author

It seems that the improvement of handling duplicated dependencies has been also solved to #113

@angeloskaltsikis
Copy link
Contributor Author

@dmattia can you please take a look, please 😄 ?

@dmattia dmattia self-requested a review February 3, 2021 23:44
@dmattia
Copy link
Member

dmattia commented Feb 4, 2021

Looks great @angeloskaltsikis!

@dmattia dmattia merged commit 25f1d46 into transcend-io:master Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants