Skip to content

Releases: launchdarkly/terraform-provider-launchdarkly

v2.15.1

30 Aug 10:51
Compare
Choose a tag to compare

[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

11 Aug 10:32
Compare
Choose a tag to compare

[2.15.0] - 2023-08-11

Added:

  • Adds the new optional http_timeout attribute to the provider config. This attribute allows you to configure the HTTP request timeout when the provider makes API calls to LaunchDarkly. #174

Fixed:

  • Minor docs formatting errors.

v2.14.0

10 Aug 17:43
Compare
Choose a tag to compare

[2.14.0] - 2023-08-10

Features:

Fixed:

  • Increased the launchdarkly_project key length validation from 20 characters to 100 characters. #175

v2.13.4

03 Aug 17:09
Compare
Choose a tag to compare

[2.13.4] - 2023-08-03

Fixed:

  • Fix YAML frontmatter on launchdarkly_relay_proxy_configuration documentation. Thanks, @felixlut #171

v2.13.3

26 Jul 11:21
Compare
Choose a tag to compare

[2.13.3] - 2023-07-26

Fixed:

  • Fixed a bug in the launchdarkly_project resource which prevented importing and managing a project with more than 20 environments. #154

v2.13.2

19 Jul 09:59
Compare
Choose a tag to compare

[2.13.2] - 2023-07-19

Changed:

v2.13.1

18 Jul 12:33
Compare
Choose a tag to compare

[2.13.1] - 2023-07-18

Fixed:

  • Fixed an incorrect header in the launchdarkly_team_role_mapping resource documentation. #152

v2.13.0

18 Jul 08:54
Compare
Choose a tag to compare

[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 the launchdarkly_team resource instead. #152

v2.12.2

28 Jun 14:55
Compare
Choose a tag to compare

[2.12.2] - 2023-06-28

BUG FIXES:

  • Fixes an issue in the launchdarkly_feature_flag_environment resource where empty fallthrough blocks would cause the provider to panic.
  • Fixes the release pipeline

v2.12.0

10 Mar 11:16
Compare
Choose a tag to compare

[2.12.0] - 2023-03-10

FEATURES:

  • Adds the optional randomization_units attribute to the launchdarkly_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.