uterranix: add hcloud provider

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-06-22 17:20:33 +02:00
parent 9a6a7c7141
commit f1844942fa
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -38,6 +38,14 @@ in
url = "http://influx.in.redalder.org";
};
variable."hcloud_token" = {
sensitive = true;
};
provider."hcloud" = {
token = tf "var.hcloud_token";
};
module."syncthing" = elib.terraformModule {
name = "syncthing";
source = ./containers/syncthing;