You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing an existing project into a new Terraform repo, and then subsequently running a plan the provider responds back wtih an error Error: expected length of key to be in the range (1 - 20), got <redacted>. I've ommitted the actual key, but the length is 26 characters as it exists in the SaaS.
He @scuba10steve, thanks for bringing this to our attention. We'll work on getting that updated in the next release. I'll let you know when it's available.
When importing an existing project into a new Terraform repo, and then subsequently running a plan the provider responds back wtih an error
Error: expected length of key to be in the range (1 - 20), got <redacted>
. I've ommitted the actual key, but the length is 26 characters as it exists in the SaaS.For reference the code here: https://github.com/launchdarkly/terraform-provider-launchdarkly/blob/main/launchdarkly/resource_launchdarkly_project.go#L73 is seeming to be inconsistent with existing projects, is this something that could be adjusted?
Also, just to double check, I created a project within the SaaS and was able to create one with a key length longer than 20 characters:
The text was updated successfully, but these errors were encountered: