mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
14 lines
221 B
HCL
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
|
|
}
|