Update dependency gruntwork-io/terragrunt to v0.50.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gruntwork-io/terragrunt | ironbank-github | minor |
v0.49.1 -> v0.50.0
|
gruntwork-io/terragrunt | minor |
v0.49.1 -> v0.50.0
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
gruntwork-io/terragrunt
v0.50.0
Updated CLI args, config attributes and blocks
-
terraform
[BACKWARD INCOMPATIBLE]
Description
- Updated the process of passing inputs to Terraform to support inputs with
null
values.
Related links
Migration guide
To keep passing null
values as strings, wrap values in quotes:
inputs = {
input_1 = "null"
}
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.