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
- feat: Integrate includes into units reading by @yhakbar in #3563
- docs: Adding Terminology docs by @yhakbar in #3559
- chore: Cleaning up OIDC Work by @yhakbar in #3554
Full Changelog: v0.68.13...v0.68.14