Use-cases
AWS CLI v2 now supports aws sso login which allows you to temporarily acquire a token by logging in with SSO credentials. This way, companies already using SSO do not need to provision additional IAM users for programmatic access.
Terraform doesn't seem to handle this properly. Could it be implemented so that Terraform can reuse the token acquired during aws sso login ?
Use-cases
AWS CLI v2 now supports
aws sso loginwhich allows you to temporarily acquire a token by logging in with SSO credentials. This way, companies already using SSO do not need to provision additional IAM users for programmatic access.Terraform doesn't seem to handle this properly. Could it be implemented so that Terraform can reuse the token acquired during
aws sso login?