v0.34.0
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 theget_aws_*
functions. This means that theget_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 thatlocals
are parsed an additional time, which may cause side effects if you are usingrun_cmd
inlocals
, and the args are dynamic so as to bust the cache.
Special thanks
Special thanks to @denis256 for their contribution!