DigitalOcean Rack creation fails

Trying to create a DO rack from the web console gets me this

Error: "version": required field is not set

  on .terraform/modules/system/terraform/cluster/do/main.tf line 32, in resource "digitalocean_kubernetes_cluster" "rack":
  32: resource "digitalocean_kubernetes_cluster" "rack" {


ERROR: exit status 1

Trying via the CLI gets me

Warning: Version constraints inside provider configuration blocks are deprecated

  on .terraform/modules/system/terraform/api/do/main.tf line 13, in provider "kubernetes":
  13:   version = "~> 1.11"

Noticed in https://docsv2.convox.com/ that there’s no install instructions for DO, I’m not sure it’s been made clear if they’re still a supported provider provider or not. I think there’s also a bit of confusion on Rack v2/v3 and if docsv2 covers v2 or v3

Is this something that is in progress to be resolved. It is March 2022 now and I am getting this error show up when I am trying to provision a rack on Digital Ocean. If it is something that there is no work around for maybe Digital Ocean should be removed as a provider in the web console until it will work.

Hello, thanks for reporting this. We just released a new version with the fix:
Release 3.4.2 · convox/convox · GitHub.

@mk1 for v3 racks you can check Convox if you want to use the cli.

Just make sure to update the CLI before, convox update.