wireguard-setup/packer/variables.pkr.hcl
Héctor Molinero Fernández e9d9202616 Format
2021-06-14 22:49:37 +02:00

12 lines
238 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 = ""
}