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

5
packer/variables.pkr.hcl Normal file
View File

@@ -0,0 +1,5 @@
variable "hcloud_api_token" {
type = string
description = "Hetzner Cloud API token"
default = ""
}