We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea077f commit 6f7d811Copy full SHA for 6f7d811
.github/workflows/terraform.yml
@@ -110,6 +110,13 @@ jobs:
110
run: |
111
terraform -chdir=infra output -json > infra/tf_outputs.json
112
113
+ - name: 🐛 Debug Terraform outputs
114
+ run: |
115
+ cat infra/tf_outputs.json
116
+
117
+ - name: 📄 Generate Terraform outputs
118
+ run: terraform -chdir=infra output -json > infra/tf_outputs.json
119
120
- name: 📦 Upload inventory.ini as artifact
121
uses: actions/upload-artifact@v4
122
with:
0 commit comments