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
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform CLI and Provider Versions
Terraform v1.1.8
terraform-provider-random v3.1.2
Use Cases or Problem Statement
If length used with random_string or random_password is less than 1 this gives rise to the following problems:
length < 0
If length is < 0 then the provider panics:
length == 0
If length == 0 the provider generates a somewhat ambiguous error message:
Proposal
Add checks to ensure that length is > 0.
How much impact is this issue causing?
Low
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: