Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 13:56
8c7d0fc

[2.3.0] (January 4, 2022)

FEATURES:

  • Added default_client_side_availability block to the launchdarkly_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 and launchdarkly_environment resources which caused Terraform to crash when environment approvals settings are omitted from the LaunchDarkly API response.

NOTES:

  • The launchdarkly_project resource's argument include_in_snippet has been deprecated in favor of default_client_side_availability. Please update your config to use default_client_side_availability in order to maintain compatibility with future versions.

  • The launchdarkly_project data source's attribute client_side_availability has been renamed to default_client_side_availability. Please update your config to use default_client_side_availability in order to maintain compatibility with future versions.