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 101b203 commit 9c9c79aCopy full SHA for 9c9c79a
action.yml
@@ -417,7 +417,7 @@ runs:
417
set -e
418
419
cat "${TERRAFORM_OUTPUT_FILE}"
420
- atmos terraform output ${{ inputs.component }} --stack ${{ inputs.stack }} --skip-init -- -json 1> output_values.json
+ atmos terraform output ${{ inputs.component }} --stack ${{ inputs.stack }} --skip-init -- -json | grep -v 'Switched to workspace' 1> output_values.json
421
terraform-docs -c ${GITHUB_ACTION_PATH}/config/tfdocs-config.yaml --output-file ${{ github.workspace }}/atmos-apply-summary.md ./
422
423
sed -i "s#\`<sensitive>\`##g" ${{ github.workspace }}/atmos-apply-summary.md
0 commit comments