Added Packer configuration for DigitalOcean

This commit is contained in:
Héctor Molinero Fernández
2020-08-15 17:55:40 +02:00
parent a89c9d9708
commit c61dc1bd53
3 changed files with 33 additions and 0 deletions

View File

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