Skip to content
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_pet generating non unique names #446

Open
1 task done
strelok899 opened this issue Aug 10, 2023 · 0 comments
Open
1 task done

random_pet generating non unique names #446

strelok899 opened this issue Aug 10, 2023 · 0 comments
Labels
bug tf-devex-triage Terraform DevEx project tracking

Comments

@strelok899
Copy link

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

  1. 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
@strelok899 strelok899 added the bug label Aug 10, 2023
@bflad bflad added the tf-devex-triage Terraform DevEx project tracking label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug tf-devex-triage Terraform DevEx project tracking
Projects
None yet
Development

No branches or pull requests

2 participants