'Multiple configurations present' error when overriding provider roles #11079
Labels
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
waiting-response
Maintainers are waiting on response from community or contributor.
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
The text was updated successfully, but these errors were encountered: