On my application connections, I have a database 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 database connection, it shouldn’t even appear as an option on my app.
Also, please that I have created these connections on the admin console originally, so there’s no trace of them on my Terraform files.
Thank you!