You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like this will break the ability to set these variables via CLI arguments (e.g. -backend-config=role_arn=...) or via environment variables (e.g. TF_CLI_ARGS_init='-backend-config=role_arn=...'). Before this is removed entirely is there any chance #21830 could be addressed so that block variables can be set via -backend-config, or that specific environment variables could be added for these? (or #13022 addressed but I assume that's a much deeper change within terraform)
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
The assume role parameters are currently at the root level.
assume_role
withduration
of type durationexternal_id
policy
policy_arns
role_arn
(required)session_name
tags
transitive_tag_keys
role_arn
session_name
external_id
assume_role_duration_seconds
assume_role_policy
assume_role_policy_arns
assume_role_tags
assume_role_transitive_tag_keys
The text was updated successfully, but these errors were encountered: