Created variables file for Packer
This commit is contained in:
5
packer/variables.pkr.hcl
Normal file
5
packer/variables.pkr.hcl
Normal file
@@ -0,0 +1,5 @@
|
||||
variable "hcloud_api_token" {
|
||||
type = string
|
||||
description = "Hetzner Cloud API token"
|
||||
default = ""
|
||||
}
|
Reference in New Issue
Block a user