Skip to content

Commit

Permalink
Add debug to verify value of pulumi outputs (database_instance_name)
Browse files Browse the repository at this point in the history
  • Loading branch information
leothomas committed Nov 19, 2023
1 parent ddb46f8 commit 31fdb37
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,12 @@ jobs:
with:
command: up
stack-name: jona


- name: Debug Information
run: |
echo "Pulumi Output: ${{ steps.pulumi.outputs.database_instance_name }}"
echo "Substituted Value: ${{ steps.pulumi.outputs.database_instance_name }}"
- uses: wagnerpereira/gce-cloudsql-proxy-action@v2
with:
instance: ${{ steps.pulumi.outputs.database_instance_name }}
Expand Down

0 comments on commit 31fdb37

Please sign in to comment.