Hi,
I’m developing a custom terraform provider which I want to use the terraform AWS provider behind the scenes (in order to authenticate with AWS). I only need an authenticated AWS client, I will implement the resources and data sources on my own. What would be the best way to achieve this?