launchdarkly / terraform-provider-launchdarkly

Terraform LaunchDarkly provider
https://www.terraform.io/docs/providers/launchdarkly/
Mozilla Public License 2.0
23 stars 24 forks source link

Feature request - allow managing integrations via Terraform #121

Closed arhill05 closed 2 years ago

arhill05 commented 2 years ago

Hello! Our team is working on managing our LaunchDarkly projects via Terraform, and it would be great if we could also manage the integrations. We're currently having to manually create an integration for one of our tools for each project, and having this manageable via Terraform would be much more ideal.

I'm happy to provide whatever information is useful for pushing this forward.

Thanks!

ldhenry commented 2 years ago

Hey @arhill05, you can manage a few of our integrations with the launchdarkly_audit_log_subscription today, but this does not cover our entire suite of integrations. which integration(s) were you looking to manage with Terraform?

arhill05 commented 2 years ago

Thanks for the quick response @ldhenry! We are looking to manage the New Relic integrations.

arhill05 commented 2 years ago

I read through the documentation and tested this stuff, and I realize now it is exactly what I needed. Thanks for pointing me in the right direction! I'll close this issue.