PrefectHQ / terraform-provider-prefect

Terraform Provider for Prefect Cloud
https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs
Apache License 2.0
29 stars 13 forks source link

Pin tool versions with 'mise' #185

Closed mitchnielsen closed 1 month ago

mitchnielsen commented 1 month ago
Manage tool versions with mise

Manages the tool versions used for development by adding .mise.toml and
pinning the tool versions there. This will help keep the tool versions
aligned between developer machines (and potentially CI in the future).

https://mise.jdx.dev

Closes https://github.com/PrefectHQ/terraform-provider-prefect/issues/184