We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ff913 commit 3b57af7Copy full SHA for 3b57af7
1 file changed
terraform/import.nix
@@ -4,11 +4,11 @@ let
4
in {
5
config.import = [
6
{
7
- to = "module.bastion_host.aws_iam_role.default[0].aws_iam_role.default";
+ to = "module.bastion_host.aws_iam_role.default[0]";
8
id = "${prefixName "bastion"}";
9
}
10
11
- to = "module.bastion_host.aws_iam_role_policy.main[0].aws_iam_role_policy.main";
+ to = "module.bastion_host.aws_iam_role_policy.main[0]";
12
id = "${prefixName "bastion"}:${prefixName "bastion"}";
13
14
];
0 commit comments