Hi all,
I thought I’d share a Terraform Provider I’ve been working on for Sentry.io and on-premise installations. It could be useful if you run a microservices architecture where you need Sentry resources be created as part of a Terraform module.
I have also extracted the API client library into its own Go package. I had to use some undocumented APIs to get the Terraform provider lifecycle to work properly. I hope this will become permanent and documented in the future.
Let me know what you think!