Releases: launchdarkly/terraform-provider-launchdarkly
v1.6.0
FEATURES:
- Added support for an
azure-event-hubs
data sourcekind
on thelaunchdarkly_destination
resource.
ENHANCEMENTS:
-
Improved 429 retry handling.
-
Upgraded the Go version to 1.16.
-
Upgraded the LaunchDarkly SDK version to v5.1.0+.
BUG FIXES:
-
Fixed a bug in the feature flag resource where multivariate (non-boolean) resource config with zero variations would create a boolean flag.
-
Fixed a bug in the feature flag resource where
default_on_variation
anddefault_off_variation
would still show up interraform plan
following their removal. -
Updated the destination
config
Elem
type toTypeString
and made theconfig
field required. Added improved validation to check fields for different destination kinds.
NOTES:
- The
launchdarkly_destination
resource'senabled
argument has been deprecated in favor ofon
. Please update your config to useon
in order to maintain compatibility with future versions. - The
launchdarkly_webhook
resource'spolicy_statements
argument has been deprecated in favor ofstatements
. Please update your config to usestatements
in order to maintain compatibility with future versions. - The
launchdarkly_webhook
data source'spolicy_statements
attribute has been deprecated in favor ofstatements
. Please update all references ofpolicy_statements
tostatements
in order to maintain compatibility with future versions. - The
launchdarkly_webhook
resource'senabled
argument has been deprecated in favor ofon
. Please update your config to useon
in order to maintain compatibility with future versions. - The
launchdarkly_webhook
data source'senabled
attribute has been deprecated in favor ofon
. Please update your all references ofenabled
toon
in order to maintain compatibility with future versions.
v1.5.1
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.
v1.4.1
v1.4.0
FEATURES:
- Added the
launchdarkly_access_token
resource.
v1.3.4
NOTES:
- Point
go.mod
to github.com/launchdarkly/terraform-provider-launchdarkly - Automatically set version header at build time