Skip to content

Commit 948986e

Browse files
test TF importing into module
1 parent 69c4a7a commit 948986e

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
@@ -9,7 +9,7 @@ in {
99
}
1010
{
1111
to = "aws_iam_role_policy.main";
12-
id = "${prefixName "bastion"}:${prefixName "bastion"}";
12+
id = "module.bastion_host.${prefixName "bastion"}:${prefixName "bastion"}";
1313
}
1414
];
1515
}

0 commit comments

Comments
 (0)