UNCLASSIFIED - NO CUI

Skip to content

Update dependency gruntwork-io/terragrunt to v0.68.14

Ghost User requested to merge renovate/gruntwork-io-terragrunt-0.x into development

This MR contains the following updates:

Package Type Update Change
gruntwork-io/terragrunt patch v0.68.13 -> v0.68.14
gruntwork-io/terragrunt ironbank-github patch v0.68.13 -> v0.68.14

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

gruntwork-io/terragrunt (gruntwork-io/terragrunt)

v0.68.14

Compare Source

Updated CLI args, config attributes and blocks
  • terragrunt-queue-include-units-reading
  • terragrunt-auth-provider-cmd
terragrunt-queue-include-units-reading Updates

The terragrunt-queue-include-units-reading flag is now results in a super set of functionality provided by the terragrunt-modules-that-include flag.

Using either will include all units that include particular Terragrunt configurations, while the terragrunt-queue-include-units-reading will also add in files that are read by HCL functions.

For more information (including limitations of the flag), read the docs.

terragrunt-auth-provider-cmd Updates

The terragrunt-auth-provider-cmd flag is now capable of supporting AWS role assumptions in addition to supporting the setting of explicit AWS credentials, and generic environment variables.

This allows users to configure Terragrunt to dynamically assume different AWS roles at runtime, depending on the context of the unit.

This support includes support for role assumption using the AssumeRoleWithWebIdentity API, which allows for dynamic assumption of OIDC roles in CI platforms like GitHub Actions, GitLab CI/CD and CircleCI.

For more information, read the docs.

What's Changed

Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.68.13...v0.68.14


Configuration

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

🚦 Automerge: Enabled.

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports

Loading