Doesn't ask MFA token code when using assume_role with MFA required · Issue #2420 · hashicorp/terraform-provider-aws

When using multiple AWS accounts it's good practice to only allow access via AssumeRole from a master account. This can be done with or without requiring MFA. Terraform supports assume_role with s3...