Updated default values for tokens
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user