Hi, I manage multiple AWS accounts within my organization and run workflows using Terraform. Currently, I create and manage Terraform IdPs and roles in each account, which I use to deploy resources.
I am looking for best practices or alternative approaches to avoid creating individual IdPs and roles in each account. Is there a way to manage resources across multiple AWS accounts more efficiently using Terraform?
Any advice or examples would be greatly appreciated!
Thanks in advance.