deploy with k3s

This commit is contained in:
Julian Tölle 2020-04-04 23:23:13 +02:00
parent 0f08cfb0d2
commit 2863062e44
26 changed files with 456 additions and 207 deletions

3
variables.tf Normal file
View file

@ -0,0 +1,3 @@
variable hcloud_csi_driver_token {
type = string
}