v2.0.1
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 thelaunchdarkly_project
resource. Please keep in mind if you have not added all of the existing environments to your Terraform config before importing alaunchdarkly_project
resource, Terraform will delete these environments from LaunchDarkly during the nextterraform apply
. If you wish to manage project properties with Terraform but not nested environments consider using Terraform's ignore changes lifecycle meta-argument.