feat: install new k3s cluster

This commit is contained in:
Julian Tölle 2021-12-04 22:38:20 +01:00
parent 7d25467fb4
commit 41d120b277
11 changed files with 418 additions and 36 deletions

View file

@ -1,3 +1,7 @@
variable hcloud_csi_driver_token {
variable "hcloud_csi_driver_token" {
type = string
}
variable "hcloud_ccm_token" {
type = string
}