github gruntwork-io/terragrunt v0.30.0

latest releases: v0.57.12, v0.57.11, v0.57.10...
2 years ago

Updated CLI args, config attributes and blocks

  • aws-provider-patch (command)

Description

aws-provider-patch now supports additional data types. Previously aws-provider-patch only supported patching strings, which made it impossible to patch provider attributes that are not strings (e.g., the allowed_account_ids attribute of the aws provider, which is list(string) type).

Note that to support this, the aws-provider-patch now expects attribute values to be json encoded when passed in. That means that you need to quote the values in order for it to work. For example, if you previously ran:

terragrunt aws-provider-patch --terragrunt-override-attr region=us-east-2

you need to update the call to:

terragrunt aws-provider-patch --terragrunt-override-attr 'region="us-east-2"'

Related links

#1714
#1709

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.