wireguard-setup/packer/variables.pkr.hcl
2020-06-14 21:25:25 +02:00

6 lines
105 B
HCL

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