mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
deploy k8s using rke-provider
This commit is contained in:
parent
2a2d951971
commit
0f08cfb0d2
14 changed files with 167 additions and 153 deletions
|
|
@ -18,8 +18,4 @@ provider "hcloud" {
|
|||
resource "hcloud_ssh_key" "terraform" {
|
||||
name = "terraform"
|
||||
public_key = "${file("./keys/id_terraform.pub")}"
|
||||
|
||||
labels = {
|
||||
"description" = "Used by terraform to provision nodes"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue