Skip to content

Commit 5fbd904

Browse files
debug by failing loudly
1 parent 0a6d9ef commit 5fbd904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/import.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ in {
1717
key = "${lib.strings.toUpper config.setup.stage}_EC2_INSTANCE";
1818
value = builtins.getEnv key;
1919
in
20-
lib.debug.traceVal "${value}";
20+
abort "${value}";
2121
}
2222
];
2323
}

0 commit comments

Comments
 (0)