mirror of
https://github.com/apricote/home-cloud.git
synced 2026-02-07 02:07:02 +00:00
deploy with k3s
This commit is contained in:
parent
0f08cfb0d2
commit
2863062e44
26 changed files with 456 additions and 207 deletions
11
k3s_cluster/versions.tf
Normal file
11
k3s_cluster/versions.tf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
terraform {
|
||||
required_version = "~> 0.12.0"
|
||||
|
||||
required_providers {
|
||||
hcloud = "~> 1.2"
|
||||
tls = "~> 2.1"
|
||||
template = "~> 2.1"
|
||||
random = "~> 2.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue