From bc21d5094e2b8c030778c108d7127ef36697fed6 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sat, 11 Sep 2021 01:07:06 +0100 Subject: [PATCH] modules/meta/deploy: Pretty JSON --- config/modules/meta/deploy.nix | 1 + nix/sources.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/modules/meta/deploy.nix b/config/modules/meta/deploy.nix index 8713ee89..5e921f54 100644 --- a/config/modules/meta/deploy.nix +++ b/config/modules/meta/deploy.nix @@ -83,6 +83,7 @@ in }; terraform = { version = "1.0"; + prettyJson = true; logPath = cfg.dataDir + "/terraform-${config.name}.log"; dataDir = cfg.dataDir + "/tfdata/${config.name}"; environment.TF_CLI_ARGS_apply = "-backup=-"; diff --git a/nix/sources.json b/nix/sources.json index 028596b7..ceaa4fec 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -171,10 +171,10 @@ "homepage": null, "owner": "arcnmx", "repo": "tf-nix", - "rev": "80a8aac6e114b23aea71ba92f9791ba31354b302", - "sha256": "00fgnbvcqdhpnniqjjli2p49am27bkcb6ijbhplcdnwf7wcjlvrp", + "rev": "89425927260e687e424a71f0357d6fda9ddd1812", + "sha256": "1m6krfjjf89l4rw526w9465h7brhc8wwrwkwxp8628rypaxvgyb0", "type": "tarball", - "url": "https://github.com/arcnmx/tf-nix/archive/80a8aac6e114b23aea71ba92f9791ba31354b302.tar.gz", + "url": "https://github.com/arcnmx/tf-nix/archive/89425927260e687e424a71f0357d6fda9ddd1812.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } }