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