wireguard-setup/packer/variables.pkr.hcl

12 lines
216 B
HCL
Raw Normal View History

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