github gruntwork-io/terragrunt v0.34.0

latest releases: v0.67.10, v0.67.9, v0.67.8...
2 years ago

Updated CLI args, config attributes and blocks

  • iam_role [BEHAVIOR CHANGE]
  • get_aws_account_id [BEHAVIOR CHANGE]
  • get_aws_caller_identity_arn [BEHAVIOR CHANGE]
  • get_aws_caller_identity_user_id [BEHAVIOR CHANGE]
  • locals [BEHAVIOR CHANGE]

Description

  • Fixed bug where the iam_role config attribute was ignored when creating the S3 bucket during Auto-Init.
  • Terragrunt now has an additional parsing stage to parse iam_role attribute early, so that it can use it to resolve each of the get_aws_* functions. This means that the get_aws_* functions now return answers after the IAM role has been assumed, whereas before it was always based on the . Note that this additional parsing stage means that locals are parsed an additional time, which may cause side effects if you are using run_cmd in locals, and the args are dynamic so as to bust the cache.

Special thanks

Special thanks to @denis256 for their contribution!

Related links

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.