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

3274 - fix: Include nothing when value for terragrunt-include-dir doesn't exist on the filesystem #3286

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

yhakbar
Copy link
Collaborator

@yhakbar yhakbar commented Jul 23, 2024

Description

Fixes #3274.

TODOs

Read the Gruntwork contribution guidelines.

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
  • Include release notes. If this PR is backward incompatible, include a migration guide.

Release Notes (draft)

Updated --terragrunt-include-dir to properly exclude by default when set, even if the value is not found.

@yhakbar yhakbar enabled auto-merge (squash) July 23, 2024 13:52
Copy link

@yhakbar yhakbar requested a review from denis256 July 23, 2024 18:05
@yhakbar yhakbar merged commit 66333d4 into master Jul 23, 2024
4 checks passed
@yhakbar yhakbar deleted the 3274/fix/include-nothing-when-include-doesnt-exist branch July 23, 2024 18:19
akrantz01 referenced this pull request in akrantz01/homelab Jul 23, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt)
| patch | `v0.63.2` -> `v0.63.4` |
|
[gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt)
| patch | `0.63.2` -> `0.63.4` |

---

### Release Notes

<details>
<summary>gruntwork-io/terragrunt (gruntwork-io/terragrunt)</summary>

###
[`v0.63.4`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.63.4)

[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.63.3...v0.63.4)

#### What's Changed

- 3274 - fix: Include nothing when value for `terragrunt-include-dir`
doesn't exist on the filesystem by
[@&#8203;yhakbar](https://togithub.com/yhakbar) in
[https://github.com/gruntwork-io/terragrunt/pull/3286](https://togithub.com/gruntwork-io/terragrunt/pull/3286)

**Full Changelog**:
gruntwork-io/terragrunt@v0.63.3...v0.63.4

###
[`v0.63.3`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.63.3)

[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.63.2...v0.63.3)

#### Description

-   Updated links to provider caching
- Fix generation of cliconfig `provider_installation` block used for
provider caching

#### Related links

-
[https://github.com/gruntwork-io/terragrunt/pull/3282](https://togithub.com/gruntwork-io/terragrunt/pull/3282)
-
[https://github.com/gruntwork-io/terragrunt/pull/3280](https://togithub.com/gruntwork-io/terragrunt/pull/3280)

**Full Changelog**:
gruntwork-io/terragrunt@v0.63.2...v0.63.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/akrantz01/homelab).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

CLI argument--terragrunt-include-dir includes all folders if the pattern does not match since version 0.50.1
2 participants