Updated default values for tokens
This commit is contained in:
parent
0de6b738c4
commit
051489f936
@ -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"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
variable "hcloud_api_token" {
|
||||
type = string
|
||||
description = "Hetzner Cloud API token"
|
||||
default = ""
|
||||
default = "xxxx"
|
||||
}
|
||||
|
||||
variable "wg_server_name" {
|
||||
|
Loading…
Reference in New Issue
Block a user