Updated default values for tokens

This commit is contained in:
Héctor Molinero Fernández 2022-03-02 20:23:08 +01:00
parent 0de6b738c4
commit 051489f936
2 changed files with 3 additions and 3 deletions

View File

@ -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"
}

View File

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