v2.3.0
[2.3.0] (January 4, 2022)
FEATURES:
- Added
default_client_side_availability
block to thelaunchdarkly_project
resource to specify whether feature flags created under the project should be available to client-side SDKs by default.
BUG FIXES:
- Fixed a bug in the
launchdarkly_project
andlaunchdarkly_environment
resources which caused Terraform to crash when environment approvals settings are omitted from the LaunchDarkly API response.
NOTES:
-
The
launchdarkly_project
resource's argumentinclude_in_snippet
has been deprecated in favor ofdefault_client_side_availability
. Please update your config to usedefault_client_side_availability
in order to maintain compatibility with future versions. -
The
launchdarkly_project
data source's attributeclient_side_availability
has been renamed todefault_client_side_availability
. Please update your config to usedefault_client_side_availability
in order to maintain compatibility with future versions.