6 lines
114 B
Terraform
6 lines
114 B
Terraform
|
|
variable "hcloud_token" {
|
||
|
|
description = "Hetzner Cloud API token"
|
||
|
|
type = string
|
||
|
|
sensitive = true
|
||
|
|
}
|