wireguard-setup/packer/variables.pkr.hcl
2020-08-15 17:55:40 +02:00

12 lines
216 B
HCL

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