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

chore(deps): update homebrew formula gruntwork-io/terragrunt to v0.30.4 #149

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
gruntwork-io/terragrunt patch v0.30.3 -> v0.30.4

Release Notes

gruntwork-io/terragrunt

v0.30.4

Compare Source

Updated CLI args, config attributes and blocks

  • include [block]

Description

You can now access values from included config. E.g., if you want to access a local var region defined in the parent terragrunt config, you can reference include.locals.region in the child config.

Note that there are a few limitations/differences with read_terragrunt_config:

  • include references do not include fetched dependencies. This will change in the future.
  • include references are not automatically available. You must set the new expose attribute to true to access the included references.
  • At the moment, you can only have a single include block in the child, and you can only include one level deep (no nested includes). This will change in the future.

(This is the first of several features that implement the Imports RFC)

Related links

gruntwork-io/terragrunt#1566
gruntwork-io/terragrunt#1716


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from evanstoddard23 as a code owner June 17, 2021 14:03
@renovate renovate bot merged commit a2d640c into master Jun 17, 2021
@renovate renovate bot deleted the renovate/gruntwork-io-terragrunt-0.x branch June 17, 2021 14:03
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.

1 participant