hosts/athame: DNS test now updates on addresses

This commit is contained in:
kat witch 2021-03-29 05:50:07 +01:00
parent 6527ec8b35
commit 925d4d02dd
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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)'';
};
};
}