From e629ee8ba3ace592c05a6ded3f42a75a6e4b3a77 Mon Sep 17 00:00:00 2001 From: Jennifer Tran Date: Wed, 31 Jul 2024 10:22:06 -0700 Subject: [PATCH] fix: add debugging statement --- .github/actions/terraform-deploy/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/terraform-deploy/action.yml b/.github/actions/terraform-deploy/action.yml index 8f0d46bd..4e6524af 100644 --- a/.github/actions/terraform-deploy/action.yml +++ b/.github/actions/terraform-deploy/action.yml @@ -68,4 +68,5 @@ runs: shell: bash working-directory: ${{ inputs.dir }} run: | - terraform output -json > ${HOME}/terraform_outputs.json \ No newline at end of file + terraform output -json > ${HOME}/terraform_outputs.json + cat ${HOME}/terraform_outputs.json \ No newline at end of file