-
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
random provider returns same result with each apply/destroy cycle #217
Comments
Sifting through the release diff the upgrade on this dependency pulled in 2 years of change and might have been unintentional: |
It looks like that in updating the dependency for generating The little library will generate the same name in order, unless non-determinism is desired (and that's what we want here). I'll look into how easy it is to update our use of it VS merging a dependency reversal in @jkerry PR (thank you btw) |
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 v0.14.9
provider registry.terraform.io/hashicorp/random v3.1.1
Terraform Configuration
Expected Behavior
should return different hostname output with each apply/destroy cycle
Actual Behavior
always returns touched-walleye
Steps to Reproduce
terraform apply -auto-approve
terraform apply -auto-approve
terraform destroy -auto-approve
How much impact is this issue causing?
High
Logs
no logs
Additional Information
this issue was introduced with version change from 3.1.0 to 3.1.1
Code of Conduct
The text was updated successfully, but these errors were encountered: