-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
Description
Terraform CLI and Provider Versions
latest versions
Terraform Configuration
resource "random_pet" "server_name" {
count = 6
length = 2
}Expected Behavior
6 uniq names
Actual Behavior
i can get [premium-crow,free-hawk,free-hawk,proven-garfish,keen-woodcock,grateful-goblin] the name free-hawk is doubled , i using this module to generate unique names and they not always uniqe
Steps to Reproduce
terraform apply
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
Code of Conduct
- I agree to follow this project's Code of Conduct