Open marcelovilla opened 6 months ago
It might be nice to compare release dates rather than version numbers. Maybe we make a goal/policy to use terraform providers that have been released within the last year for example.
@Adam-D-Lewis I updated the issue with information about the release dates of both versions. I agree we should have some kind of policy in place. As you can see, there are some that are a couple years behind.
Also, https://github.com/gavinbunney/terraform-provider-kubectl has not seen any activity in the last two years.
Also, https://github.com/gavinbunney/terraform-provider-kubectl has not seen any activity in the last two years
We should filter out where that's being used and remove if we can find a better way. This might be been used by the kind provider for authentication, though it might be good to double check if this is really needed (maybe a newer version of the kind provider does not require this anymore)
Context
Currently, we are using the following Terraform provider versions:
digitalocean/digitalocean
gavinbunney/kubectl
hashicorp/aws
hashicorp/azurerm
hashicorp/google
hashicorp/helm
hashicorp/kubernetes
kreuzwerker/docker
mrparkers/keycloak
tehcyx/kind
Value and/or benefit
While we might not need to have the latest versions for all the providers, we probably don't want to stay too far behind either.
Anything else?
No response