modules/meta/deploy: Pretty JSON

This commit is contained in:
kat witch 2021-09-11 01:07:06 +01:00
parent 2421b83439
commit bc21d5094e
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 4 additions and 3 deletions

View file

@ -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=-";