Skip to content

Commit 211df33

Browse files
committed
fixed debug control ip
1 parent 6c12016 commit 211df33

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/terraform.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,13 @@ jobs:
106106
if: github.ref == 'refs/heads/master'
107107
run: terraform -chdir=infra apply -auto-approve -input=false -var-file=terraform.tfvars
108108

109-
- name: 📄 Generate and inspect Terraform outputs
109+
- name: 📄 Generate Terraform outputs
110110
run: |
111111
terraform -chdir=infra output -json > infra/tf_outputs.json
112-
cat infra/tf_outputs.json
113-
echo "Trying to extract IP:"
114-
jq -r '.control_node_public_ip' infra/tf_outputs.json
112+
113+
# cat infra/tf_outputs.json
114+
# echo "Trying to extract IP:"
115+
# jq -r '.control_node_public_ip' infra/tf_outputs.json
115116

116117
- name: 📦 Upload inventory.ini as artifact
117118
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)