diff --git a/terragrunt/modules/crates-io/compute-static/bin/terraform-external-build.sh b/terragrunt/modules/crates-io/compute-static/bin/terraform-external-build.sh index 1c5e2fd18..e2d7c668e 100755 --- a/terragrunt/modules/crates-io/compute-static/bin/terraform-external-build.sh +++ b/terragrunt/modules/crates-io/compute-static/bin/terraform-external-build.sh @@ -19,7 +19,7 @@ script_path=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd) project_path=$(cd "${script_path}" && cd ".." && pwd) project_name="${project_path##*/}" -cd "${project_path}" && fastly compute build &>/dev/null +cd "${project_path}" && fastly compute build --metadata-disable &>/dev/null # Return a valid JSON object that Terraform can consume echo "{\"path\": \"./${project_name}/pkg/compute-static.tar.gz\"}"