home-cloud/variables.tf

8 lines
104 B
Terraform
Raw Normal View History

2021-12-04 22:38:20 +01:00
variable "hcloud_csi_driver_token" {
type = string
}
variable "hcloud_ccm_token" {
2020-04-04 23:23:13 +02:00
type = string
}