Skip to content

Commit 136ae59

Browse files
remove abort
1 parent 5dbc535 commit 136ae59

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

terraform/import.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ in {
1313
}
1414
{
1515
to = "module.bastion_host.aws_instance.default[0]";
16-
id = let
17-
test = builtins.getEnv "BASTION_ID";
18-
in abort test;
16+
id = builtins.getEnv "BASTION_ID";
1917
}
2018
];
2119
}

0 commit comments

Comments
 (0)