We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18085e2 commit 3c40b51Copy full SHA for 3c40b51
examples/build-package/main.tf
@@ -426,7 +426,7 @@ module "lambda_layer_poetry" {
426
{
427
path = "${path.module}/../fixtures/python-app-poetry"
428
poetry_install = true
429
- poetry_tmp_dir = "${path.root}/builds/"
+ poetry_tmp_dir = "${path.cwd}/../fixtures"
430
}
431
]
432
hash_extra = "extra-hash-to-prevent-conflicts-with-module.package_dir"
0 commit comments