wireguard-setup/packer/variables.pkr.hcl
2022-03-02 20:23:08 +01:00

12 lines
246 B
HCL

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