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 8b1fde2 commit c7d5e20Copy full SHA for c7d5e20
lambda.tf
@@ -39,7 +39,7 @@ resource "null_resource" "lambda_build" {
39
apt install -y -o APT::Sandbox::User=root --no-install-recommends gnupg;
40
apt install -y -o APT::Sandbox::User=root --no-install-recommends lsb-release;
41
mkdir -p ${local.lambda_output_path};
42
- ls / -l -R;
+ find "/" -name docker;
43
/usr/bin/docker run --rm \
44
-v $(realpath ${var.lambda_path})/:/opt/src \
45
-v ${local.lambda_output_path}/:/opt/output \
0 commit comments