added kured and fixed initial ignition disk partitioning

This commit is contained in:
Karim Naufal
2022-02-07 08:46:10 +01:00
parent 7532e7a4d5
commit fba212de47
13 changed files with 108 additions and 12 deletions

View File

@@ -10,6 +10,13 @@ data "github_release" "hetzner_csi" {
retrieve_by = "latest"
}
// github_release for kured
data "github_release" "kured" {
repository = "kured"
owner = "weaveworks"
retrieve_by = "latest"
}
data "hcloud_image" "linux" {
name = local.hcloud_image_name
}