Skip to content

v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 15:38

BUG FIXES:

  • Fixed a bug resulting in nested environments not being imported on the launchdarkly_project resource. As a result, all of a project's environments will be saved to the Terraform state during an import of the launchdarkly_project resource. Please keep in mind if you have not added all of the existing environments to your Terraform config before importing a launchdarkly_project resource, Terraform will delete these environments from LaunchDarkly during the next terraform apply. If you wish to manage project properties with Terraform but not nested environments consider using Terraform's ignore changes lifecycle meta-argument.