v1.5.0
FEATURES:
-
Added a
launchdarkly_project
data source. -
Added a
launchdarkly_environment
data source. -
Added a
launchdarkly_feature_flag
data source. -
Added a
launchdarkly_feature_flag_environment
data source. -
Added a
launchdarkly_segment
data source. -
Added a
launchdarkly_webhook
data source.
ENHANCEMENTS:
- Upgraded the LaunchDarkly API version to 3.5.0.
BUG FIXES:
-
Resolved issues with the
launchdarkly_project
'senvironments
attribute. This attribute is no longer marked as deprecated and should be used when you wish to override the behavior of creatingTest
andProduction
environments during project creation. -
Fixed a bug where creating a
launchdarkly_feature_flag_environment
with anoff_variation
was not actually setting the off variation.
NOTES:
- The
launchdarkly_project
'senvironments
attribute is no longer marked ascomputed
. This means that if you havelaunchdarkly_project
resources without nestedenvironments
that were created before this version, you will see a diff denoting the removal of the computed environments from your state. It is safe to apply this change as no changes be made to your LaunchDarkly resources when applied.