Skip to content

Commit 3b9af95

Browse files
debug composition for importing ec2
1 parent 0202500 commit 3b9af95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/import.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ in {
1414
{
1515
to = "module.bastion_host.aws_instance.default[0]";
1616
id = let
17-
key = "${lib.strings.toUpper config.setup.stage}_EC2_INSTANCE"
18-
builtins.trace key;
17+
key = "${lib.strings.toUpper config.setup.stage}_EC2_INSTANCE";
1918
value = builtins.getEnv key;
19+
abort value
2020
in
2121
value;
2222
}

0 commit comments

Comments
 (0)