Releases: launchdarkly/terraform-provider-launchdarkly
Releases · launchdarkly/terraform-provider-launchdarkly
v2.15.1
[2.15.1] - 2023-08-30
Fixed:
- Generate
launchdarkly_feature_flag
documentation from schema. - Fix typo in webhook example code. Thanks, @lachlancooper #180
v2.15.0
v2.14.0
[2.14.0] - 2023-08-10
Features:
- Updates some of the public documentation using terraform-plugin-docs.
Fixed:
- Increased the
launchdarkly_project
key length validation from 20 characters to 100 characters. #175
v2.13.4
v2.13.3
v2.13.2
[2.13.2] - 2023-07-19
Changed:
- Improved the
launchdarkly_team_role_mapping
documentation to include a reference to the team sync with SCIM feature. #152
v2.13.1
v2.13.0
[2.13.0] - 2023-07-18
FEATURES:
- Adds the new
launchdarkly_team_role_mapping
resource to manage the custom roles associated with a LaunchDarkly team. This is useful if the LaunchDarkly team is created and managed externally, such as via Okta SCIM. If you wish to create an manage the team using Terraform, we recommend using thelaunchdarkly_team
resource instead. #152
v2.12.2
v2.12.0
[2.12.0] - 2023-03-10
FEATURES:
-
Adds the optional
randomization_units
attribute to thelaunchdarkly_metric
resource and data source. For more information, read Allocating experiment audiences. Thanks, @goldfrapp04! -
Bumps golang.org/x/net dependency from 0.1.0 to 0.7.0.
-
Bumps Go version to 1.19.
NOTES:
- Fixes incorrect attribute casing in
launchdarkly_metric
resource and data source documentation.