Skip to content

Commit 993f875

Browse files
committed
test: remove Dockerfile path III
1 parent 38e0c68 commit 993f875

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrastructure/instance/forwarder_lambda.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ module "forwarding_docker_image" {
3939
use_image_tag = false
4040
source_path = local.forwarder_lambda_dir
4141
triggers = {
42-
dir_sha = local.forwarder_lambda_dir_sha
43-
shared_dir_sha = local.shared_dir_sha
42+
dir_sha = local.forwarder_lambda_dir_sha
4443
}
4544
}
4645

0 commit comments

Comments
 (0)