UNCLASSIFIED - NO CUI

Skip to content

Update dependency gruntwork-io/terragrunt to v0.50.0

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

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

Compare Source

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

📅 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