mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
uterranix: add hcloud provider
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
9a6a7c7141
commit
f1844942fa
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue