Open wandergeek opened 4 years ago
Hey @wandergeek 👋 Thank you for taking the time to file this issue. Given that there's been a number of Terraform and AWS provider releases since you initially filed it, can you confirm whether you're still experiencing this behavior?
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
Community Note
Terraform Version
Terraform v0.11.14
Affected Resource(s)
provider "aws"
Terraform Configuration Files
settings.tf
override.tf
The only difference between settings.tf and the override file is the roles have been switched from
arn:aws:iam::xxxxxx:role/cross_account/sre
toarn:aws:iam::xxxxxx:role/services/terraform_ops
.Debug Output
Full output: https://gist.github.com/wandergeek/09ee3117c12cc47e5a5efef038e026dd
Expected Behavior
I should be able to override the role_arn for aws provider aliases.
Actual Behavior
Error message
Steps to Reproduce
make init
Important Factoids