infrastructure/variables.tf
2023-01-15 16:54:03 +01:00

5 lines
64 B
HCL

variable "hcloud_token" {
sensitive = true
type = string
}