From 925d4d02dd79389a7f0a44d242fe7c4db6c1b77e Mon Sep 17 00:00:00 2001 From: kat witch Date: Mon, 29 Mar 2021 05:50:07 +0100 Subject: [PATCH] hosts/athame: DNS test now updates on addresses --- hosts/athame/meta.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/athame/meta.nix b/hosts/athame/meta.nix index 929346c1..46991054 100644 --- a/hosts/athame/meta.nix +++ b/hosts/athame/meta.nix @@ -27,7 +27,7 @@ connection = athame.connection.set; triggers.copy.athame = athame.refAttr "id"; triggers.secrets.athame = athame.refAttr "id"; - triggers.switch.athame = athame_test_domain.refAttr "id"; + triggers.switch.athame = config.lib.tf.terraformExpr ''join(",", ${athame_test_domain.namedRef}.addresses)''; }; }; }