Skip to content

Commit ccc9ed4

Browse files
author
Naomi Trevino
authored
Merge pull request #450 from NEU-DSG/finalize-terraform-bastion-imports
import AWS bastion ec2 resources
2 parents 3b57af7 + 9a6c0c0 commit ccc9ed4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

terraform/import.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ in {
1111
to = "module.bastion_host.aws_iam_role_policy.main[0]";
1212
id = "${prefixName "bastion"}:${prefixName "bastion"}";
1313
}
14+
{
15+
to = "module.bastion_host.aws_instance.default";
16+
id = "i-0e4166c8cb6363bb3"; # TODO update value later.
17+
}
1418
];
1519
}

0 commit comments

Comments
 (0)