deploy k8s using rke-provider

This commit is contained in:
Julian Tölle 2019-05-13 01:05:58 +02:00
parent 2a2d951971
commit 0f08cfb0d2
14 changed files with 167 additions and 153 deletions

View file

@ -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"
}
}