wireguard-setup/packer/variables.pkr.hcl

6 lines
105 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 = ""
}