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 39c0091 commit 3ac221fCopy full SHA for 3ac221f
infrastructure/instance/lambda.tf
@@ -40,7 +40,7 @@ module "docker_image" {
40
41
platform = "linux/amd64"
42
use_image_tag = false
43
- source_path = local.lambda_dir
+ source_path = abspath("${path.root}/../../lambdas")
44
triggers = {
45
dir_sha = local.lambda_dir_sha
46
shared_dir_sha = local.shared_dir_sha
0 commit comments