diff --git a/.github/actions/terraform-deploy/action.yml b/.github/actions/terraform-deploy/action.yml index 7b0154b6..274ec8c3 100644 --- a/.github/actions/terraform-deploy/action.yml +++ b/.github/actions/terraform-deploy/action.yml @@ -69,4 +69,5 @@ runs: working-directory: ${{ inputs.dir }} run: | cd ./infrastructure - terraform output -json > ${HOME}/terraform_outputs.json \ No newline at end of file + ls -al + terraform output -json workflows_api > ${HOME}/terraform_outputs.json \ No newline at end of file