Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gilandose authored Dec 3, 2024
1 parent 18085e2 commit 3c40b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/build-package/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ module "lambda_layer_poetry" {
{
path = "${path.module}/../fixtures/python-app-poetry"
poetry_install = true
poetry_tmp_dir = "${path.root}/builds/"
poetry_tmp_dir = "${path.cwd}/../fixtures"
}
]
hash_extra = "extra-hash-to-prevent-conflicts-with-module.package_dir"
Expand Down

0 comments on commit 3c40b51

Please sign in to comment.