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

Enable detection of local path module updates when using Terragrunt #2196

Merged

Conversation

Taiki130
Copy link
Contributor

@Taiki130 Taiki130 commented Jan 2, 2025

Check List

Description

  • Implemented functionality to detect updates in modules referenced via Terragrunt's local path modules using the terragrunt render-json command.
    • This command is used to render the fully interpreted terragrunt.hcl file into JSON, allowing the detection of module changes effectively.
    • Since whether Terragrunt is used depends on the target, the logic checks for the presence of a terragrunt.hcl file to determine if Terragrunt is being utilized.

@Taiki130 Taiki130 marked this pull request as ready for review January 2, 2025 05:42
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Jan 2, 2025
@suzuki-shunsuke
Copy link
Owner

Thank you for your contribution!

Copy link
Contributor

github-actions bot commented Jan 2, 2025

🚀 Pull Request Branch was created or updated

Build link

The pull request branch pr/2196 was created or updated.

You can try this pull request in your workflows by changing version to pr/2196.

@suzuki-shunsuke
Copy link
Owner

I added tests in CI.
Unfortunately, tests are skipped in prs from fork for now, but I confirmed tests passed.

@suzuki-shunsuke suzuki-shunsuke added this to the v1.14.1 milestone Jan 2, 2025
@suzuki-shunsuke suzuki-shunsuke merged commit bcc2b45 into suzuki-shunsuke:main Jan 2, 2025
32 checks passed
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

Successfully merging this pull request may close these issues.

2 participants