From 051489f936cc480a2d92887e43ff0ba51a709bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Wed, 2 Mar 2022 20:23:08 +0100 Subject: [PATCH] Updated default values for tokens --- packer/variables.pkr.hcl | 4 ++-- terraform/variables.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packer/variables.pkr.hcl b/packer/variables.pkr.hcl index 1a5594f..7fb9a84 100644 --- a/packer/variables.pkr.hcl +++ b/packer/variables.pkr.hcl @@ -1,11 +1,11 @@ variable "hcloud_api_token" { type = string description = "Hetzner Cloud API token" - default = "" + default = "xxxx" } variable "digitalocean_api_token" { type = string description = "DigitalOcean API token" - default = "" + default = "xxxx" } diff --git a/terraform/variables.tf b/terraform/variables.tf index 3de93a4..6c7d46d 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -1,7 +1,7 @@ variable "hcloud_api_token" { type = string description = "Hetzner Cloud API token" - default = "" + default = "xxxx" } variable "wg_server_name" {