v1.7.0
FEATURES:
- Added the
creation_date
attribute to thelaunchdarkly_segment
data source and resource.
ENHANCEMENTS:
-
Upgraded the Terraform plugin SDK to v1.17.2.
-
Upgraded the LaunchDarkly API client to v5.3.0.
-
Added example team member resource configs in
examples/team_member
.
BUG FIXES:
-
Updated the
project_key
attribute on the environment resource to beRequired
in keeping with the API. -
Added validation for
launchdarkly_access_token
resource creation and updates. -
Fixed a bug in the team member resource where changing the email in the configuration would result in no real changes. Changing the email will now force a replacement.
NOTES:
-
The
launchdarkly_feature_flag_environment
resource'stargeting_enabled
argument has been deprecated in favor ofon
. Please update your config to useon
in order to maintain compatibility with future versions. -
The
resource_launchdarkly_access_token
resource'spolicy_statements
argument has been deprecated in favor ofinline_roles
. Please update your config to useinline_roles
in order to maintain compatibility with future versions.