Fist attempt to factor microOS install

This commit is contained in:
Marco Nenciarini
2022-02-19 13:38:24 +01:00
parent 2a47ad6b89
commit 0090c1a6f1
13 changed files with 315 additions and 182 deletions

View File

@@ -15,8 +15,4 @@ data "github_release" "kured" {
repository = "kured"
owner = "weaveworks"
retrieve_by = "latest"
}
data "hcloud_image" "linux" {
name = local.hcloud_image_name
}
}