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 }}