-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to generate passwords with >72 characters #396
Comments
We are also seeing the exact same issue with the latest version of the provider. Rolling back and testing as suggested above. |
Just to provide a reference for the upstream cryptography library (and general bcrypt) behavior: golang/go#36546 |
As a workaround we have now pinned the random provider to 3.4.3 and functionality is restored. |
thanks @austinvalle for the quick fix. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform CLI and Provider Versions
terraform: 1.4.2
provider: 3.5.0
Terraform Configuration
Expected Behavior
generating longer passwords was possible with 3.4.3
Actual Behavior
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: