Skip to content
Snippets Groups Projects

Resolve "Write out Terraform outputs"

Merged Harry Milne requested to merge 6-write-out-terraform-outputs into master
All threads resolved!
+ 3
0
@@ -173,6 +173,9 @@ fi
# capture terragrunt exit code
terragrunt_exit_code=$?
# script error if 'terragrunt output' fails
set -e
if [ "$DEPLOY_JSON_OUTPUT" ]; then
/usr/bin/terragrunt output -json -no-color > output.json
fi
Loading