PrefectHQ / terraform-provider-prefect

Terraform Provider for Prefect Cloud

Home Page:https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement custom UUID type

jawnsy opened this issue · comments

Our objects use a standard UUID, and implementing a custom type would make these easier to work with. We should apply validation and return a uuid.UUID (via the github.com/google/uuid module)