Skip to content

Commit 7f05729

Browse files
update ec2 import
1 parent ccc9ed4 commit 7f05729

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
@@ -12,7 +12,7 @@ in {
1212
id = "${prefixName "bastion"}:${prefixName "bastion"}";
1313
}
1414
{
15-
to = "module.bastion_host.aws_instance.default";
15+
to = "module.bastion_host.aws_instance.default[0]";
1616
id = "i-0e4166c8cb6363bb3"; # TODO update value later.
1717
}
1818
];

0 commit comments

Comments
 (0)