home-cloud/variables.tf

14 lines
221 B
HCL

variable "hcloud_csi_driver_token" {
type = string
sensitive = true
}
variable "hcloud_ccm_token" {
type = string
sensitive = true
}
variable "github_token" {
type = string
sensitive = true
}