ScyllaDB Cloud Serverless - Cluster creation fails with Terraform

The cluster creation fails with the following error -

scylladbcloud_serverless_cluster.example: Creating...
╷
│ Error: error creating serverless cluster: Error "040702": General error creating the cluster (http status 200, url "https://api.cloud.scylladb.com/account/107017/cluster")

cluster.tf

resource "scylladbcloud_serverless_cluster" "example" {
  name = "My Cluster"
}

provider.tf

terraform {
  required_providers {
    scylladbcloud = {
      source = "registry.terraform.io/scylladb/scylladbcloud"
      version = "1.4.1"
    }
  }
}

# Configuration-based authentication.
provider "scylladbcloud" {
  token = var.scylla-token
}

Hi there @outlander ,

Sorry for the late response. Is it possible that your serverless free trial is over or you don’t have credits? Can you manually create a new serverless cluster if you go to ScyllaDB Cloud ?