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

Manage tool versions for local development #184

Closed mitchnielsen closed 1 month ago

mitchnielsen commented 1 month ago

As we saw in https://github.com/PrefectHQ/terraform-provider-prefect/pull/180#issuecomment-2141118647, tool versions being different on each developer's machine can lead to problems. It's helpful to manage these tool versions so developers are on the same page.

There are a couple tools that can help with this:

Let's try to manage the tool versions for this project and see if we find it helpful in this case. If so, we could consider doing the same for some of our other projects (where it makes sense).

Note to self for future me: mise supports GitHub CI Actions, which would help us use the same tool versions in CI as we use locally.