How to disable a Google Social Connection on Terraform?

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!

Hey there @deborah welcome to the community!

Does this resource not achieve what you are looking for? It’s logically a bit different in that you disable the client from the connection rather than the other way around.