Skip to content

Commit 6f7d811

Browse files
committed
Generated Terraform outputs
1 parent 4ea077f commit 6f7d811

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/terraform.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ jobs:
110110
run: |
111111
terraform -chdir=infra output -json > infra/tf_outputs.json
112112
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+
113120
- name: 📦 Upload inventory.ini as artifact
114121
uses: actions/upload-artifact@v4
115122
with:

0 commit comments

Comments
 (0)