From ef644ceecc8d75b509d24a97d0882f3ab569490b Mon Sep 17 00:00:00 2001 From: digorgonzola <29941279+digorgonzola@users.noreply.github.com> Date: Thu, 14 Dec 2023 00:40:53 +1100 Subject: [PATCH] temp test tg outputs --- .github/workflows/deploy-development.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-development.yml b/.github/workflows/deploy-development.yml index 41e9324..5162645 100644 --- a/.github/workflows/deploy-development.yml +++ b/.github/workflows/deploy-development.yml @@ -118,6 +118,7 @@ jobs: TF_VAR_image: ${{ vars.IMAGE || needs.build_test_push.outputs.image_tag }} - name: Terragrunt Apply + id: terragrunt_apply uses: gruntwork-io/terragrunt-action@v2 with: tf_version: ${{ env.tf_version }} @@ -129,3 +130,7 @@ jobs: TF_IN_AUTOMATION: true # get the image digest from the build job with optional override from vars context TF_VAR_image: ${{ vars.IMAGE || needs.build_test_push.outputs.image_tag }} + + - name: Ensure Deployment Success + run: | + echo ${{ steps.terragrunt_apply.outputs.tg_action_output }}