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,4 +1,6 @@
source "hcloud" "main" {
token = var.hcloud_api_token
image = "ubuntu-20.04"
server_name = "wireguard-{{timestamp}}"
server_type = "cx11"