mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 01:26:14 +01:00
Reenable ingress-toothpick
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
ec32e1c1a9
commit
49323853ab
|
@ -86,10 +86,10 @@ in
|
||||||
source = ./containers/ingress-blowhole;
|
source = ./containers/ingress-blowhole;
|
||||||
};
|
};
|
||||||
|
|
||||||
# module."ingress-toothpick" = elib.terraformModule {
|
module."ingress-toothpick" = elib.terraformModule {
|
||||||
# name = "ingress-toothpick";
|
name = "ingress-toothpick";
|
||||||
# source = ./containers/ingress-toothpick;
|
source = ./containers/ingress-toothpick;
|
||||||
# };
|
};
|
||||||
|
|
||||||
module."gateway-mesh" = elib.terraformModule {
|
module."gateway-mesh" = elib.terraformModule {
|
||||||
name = "gateway-mesh";
|
name = "gateway-mesh";
|
||||||
|
|
Loading…
Reference in a new issue