-
Notifications
You must be signed in to change notification settings - Fork 123
Labels
Description
Terraform CLI and Provider Versions
Terraform v1.4.5 - on darwin_amd64
provider 3.5.1
Use Cases or Problem Statement
Currently random_uuid doesn't generate uuid's that follow the RFC 4122 and can be validated against the same RFC.
Some applications we interact with do uuid's validation which is causing some problems with terraform automation of those uuid's across multiple services.
Proposal
migrate from go-uuid to github.com/google/uuid library
How much impact is this issue causing?
Medium
Additional Information
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
yod527, cairomassimo, mars64, AmitSheth and masongup-mdsol