We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b57af7 + 9a6c0c0 commit ccc9ed4Copy full SHA for ccc9ed4
1 file changed
terraform/import.nix
@@ -11,5 +11,9 @@ in {
11
to = "module.bastion_host.aws_iam_role_policy.main[0]";
12
id = "${prefixName "bastion"}:${prefixName "bastion"}";
13
}
14
+ {
15
+ to = "module.bastion_host.aws_instance.default";
16
+ id = "i-0e4166c8cb6363bb3"; # TODO update value later.
17
+ }
18
];
19
0 commit comments