Skip to content

Commit 3c40b51

Browse files
authored
review comments
1 parent 18085e2 commit 3c40b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build-package/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ module "lambda_layer_poetry" {
426426
{
427427
path = "${path.module}/../fixtures/python-app-poetry"
428428
poetry_install = true
429-
poetry_tmp_dir = "${path.root}/builds/"
429+
poetry_tmp_dir = "${path.cwd}/../fixtures"
430430
}
431431
]
432432
hash_extra = "extra-hash-to-prevent-conflicts-with-module.package_dir"

0 commit comments

Comments
 (0)