On my application connections, I have a Google social connection that I would like to disable through Terraform.
I know I can just toggle the option on and off through the admin console but this really needs to be done through Terraform to keep a record of our changes.
How can I do that? There is nothing on the docs and I have tried a bunch of things already with no success. Note that I do not want to disable the sign up only - I want to disable the entire Google social connection, it shouldn’t even appear as an option on my app.
Thank you!