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

Update provider to support BigSegment fields #188

Closed christogav closed 1 year ago

christogav commented 1 year ago

Currently the provider does not support additional fields required for BigSegments to be supported. Proposing to add them so that we can use the provider for management of BigSegments.

https://github.com/launchdarkly/terraform-provider-launchdarkly/pull/187

ldhenry commented 1 year ago

This is a good idea. Our team will review your submission on Monday with the goal of getting it released next week.

ldhenry commented 1 year ago

Hey @christogav,

Thanks for your contribution in https://github.com/launchdarkly/terraform-provider-launchdarkly/pull/187! We just released v2.16.0 of the Terraform provider that includes your change.

On thing to keep in mind is that you will be unable to manage the individual big segment targets in Terraform using the launchdarkly_segment resource. However you will be able to create the Big Segment using Terraform and then upload the targets via CSV using our UI or public APIs.

Thanks, Henry