Skip to content

random_pet generating non unique names  #446

@strelok899

Description

@strelok899

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions