Skip to content

Commit

Permalink
temp test tg outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 13, 2023
1 parent eba40de commit ef644ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}

0 comments on commit ef644ce

Please sign in to comment.