2020-06-14 21:25:25 +02:00
|
|
|
variable "hcloud_api_token" {
|
|
|
|
type = string
|
|
|
|
description = "Hetzner Cloud API token"
|
|
|
|
default = ""
|
|
|
|
}
|
2020-08-15 17:55:40 +02:00
|
|
|
|
|
|
|
variable "digitalocean_api_token" {
|
|
|
|
type = string
|
|
|
|
description = "DigitalOcean API token"
|
|
|
|
default = ""
|
|
|
|
}
|