hobby-kube / provisioning

Kubernetes cluster provisioning using Terraform.
https://hobby-kube.dev/guide
MIT License
312 stars 112 forks source link

Update size_slug for Digital Ocean #75

Closed ryanzzff closed 3 years ago

ryanzzff commented 3 years ago

From the List All Droplet Size API, the cheapest droplet size_slug is updated to s-1vcpu-1gb.

Included the API response for reference:

{
  "slug": "s-1vcpu-1gb",
  "memory": 1024,
  "vcpus": 1,
  "disk": 25,
  "transfer": 1.0,
  "price_monthly": 5.0,
  "price_hourly": 0.00744,
  "regions": [
    "ams3",
    "blr1",
    "fra1",
    "lon1",
    "nyc1",
    "nyc3",
    "sfo3",
    "sgp1",
    "tor1"
  ],
  "available": true,
  "description": "Basic"
}
pstadler commented 3 years ago

thanks a lot!