variable "hcloud_api_token" { type = string description = "Hetzner Cloud API token" default = "" } variable "digitalocean_api_token" { type = string description = "DigitalOcean API token" default = "" }