This commit is contained in:
Héctor Molinero Fernández
2021-06-14 22:49:37 +02:00
parent 2b83b7b75c
commit e9d9202616
7 changed files with 55 additions and 55 deletions

View File

@@ -1,11 +1,11 @@
variable "hcloud_api_token" {
type = string
type = string
description = "Hetzner Cloud API token"
default = ""
default = ""
}
variable "digitalocean_api_token" {
type = string
type = string
description = "DigitalOcean API token"
default = ""
default = ""
}