feat: add docs website
This commit is contained in:
parent
f0ec2e4942
commit
576125d377
1 changed files with 683 additions and 3 deletions
9
vars.tf
Normal file
9
vars.tf
Normal 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
|
||||
}
|
||||
Loading…
Reference in a new issue