Byron Kim
Byron Kim
Ah okay - yeah `active-role` was a bit misleading to me but that's definitely easier. I think having it default to `AWS_PROFILE` if set would still be a good feature...
@danielstoian you still get a deprecation warning
A hacky workaround is to use a null-resource and use the AWS CLI. The caveat is if you need to delete something, you need to do it manually. ``` resource...
> I'm experiencing the same issue. It appears the AWS CLI handles IAM requests against `us-gov-east-1` by scoping the credential it uses to `us-gov-west-1/iam/aws4_request`. The Terraform provider is not performing...