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 461c50e commit 3006b31Copy full SHA for 3006b31
google_function/scripts/compare.sh
@@ -39,7 +39,4 @@ echo "INFO: S3 Object SHA256 => ${THUB_COMPARE}"
39
if [ "${THUB_SHA}" != "${THUB_COMPARE}" ]; then
40
echo 'Build is required!'
41
echo 'export THUB_BUILD_OK="true"' >> .terrahub_build.env
42
- # sed -i 's/"${var.lambda_publish}"/"${var.lambda_publish}"\nsource_code_hash = "${base64sha256("'${THUB_SHA}'")}"/g' ./main.tf
43
-else
44
- echo 'Build is NOT required.'
45
fi
0 commit comments