Skip to content

Commit

Permalink
Added rename
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Feb 15, 2024
1 parent aacc9c1 commit 2e7a3d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ runs:
continue-on-error: true
run: |
TERRAFORM_OUTPUT_FILE="./terraform-${GITHUB_RUN_ID}-output.txt"
atmos terraform state ${{ inputs.component }} -s ${{ inputs.stack }} pull | grep lineage
set +e
tfcmt \
Expand All @@ -314,6 +317,8 @@ runs:
set -e
cat "${TERRAFORM_OUTPUT_FILE}"
# terraform output --json > output_values.json
# terraform-docs -c ${{ github.action_path }}/config/tfdocs-config.yaml --output-file ${{ github.workspace }}/atmos-apply-summary.md ./
Expand Down

0 comments on commit 2e7a3d0

Please sign in to comment.