Created variables file for Packer

This commit is contained in:
Héctor Molinero Fernández
2020-06-14 21:25:25 +02:00
parent 5b47a506de
commit cc4f0c40f1
5 changed files with 17 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
variable "hcloud_api_token" {
type = string
description = "Hetzner Cloud API token"
default = ""
}
variable "wg_server_name" {