feat: add docs website

This commit is contained in:
Patrick Schratz 2025-01-02 23:40:10 +01:00
commit 576125d377
Signed by: pat-s
GPG key ID: 3C6318841EF78925

9
vars.tf Normal file
View file

@ -0,0 +1,9 @@
variable "HETZNER_S3_ACCESS_KEY_K3S" {
type = string
sensitive = true
}
variable "HETZNER_S3_SECRET_KEY_K3S" {
type = string
sensitive = true
}