We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63036ba commit 5f5b9b0Copy full SHA for 5f5b9b0
1 file changed
terraform/import.nix
@@ -16,7 +16,7 @@ in {
16
id = let
17
key = "${lib.strings.toUpper config.setup.stage}_EC2_INSTANCE";
18
value = builtins.getEnv key;
19
- builtins.abort "${value}"
+ lib.debug.traceVal "${value}"
20
in
21
value;
22
}
0 commit comments