From 2e7a3d06cfeb04294aa916c888bcdf3d9e27144e Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 15 Feb 2024 14:47:00 +0100 Subject: [PATCH] Added rename --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index e987fc4..d727d51 100644 --- a/action.yml +++ b/action.yml @@ -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 \ @@ -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 ./