hashicorp/terraform-provider-random

Support UUIDv7

joaocc opened this issue · 0 comments

Terraform CLI and Provider Versions

N/A

Use Cases or Problem Statement

Current lib doesn't allow the generation of UUID v7 format.
https://datatracker.ietf.org/doc/draft-ietf-uuidrev-rfc4122bis/14/

Proposal

Implement ability to generate UUIDv7 unmbers.

How much impact is this issue causing?

Medium

Additional Information

The new v7 style UUIDs have some very useful properties, and being able to generate and use them in terraform will allow terraform to be used in cases where those numbers are needed

Code of Conduct

  • I agree to follow this project's Code of Conduct