We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481918f commit 1c05ee5Copy full SHA for 1c05ee5
.github/workflows/terraform.yaml
@@ -159,12 +159,20 @@ jobs:
159
with:
160
workspace: ${{ env.TF_WORKSPACE }}
161
162
- - run: |
+ - name: "asdasdasd"
163
+ continue-on-error: true
164
+ run: |
165
echo "Latest Run Status: "${{ steps.output.outputs.outputs }}""
166
+
167
+ - name: "v2"
168
169
170
vpc_id=$(echo ${{ steps.output.outputs.outputs }} | jq -r '.[] | select(.name == "vpc_id") | .value')
171
echo "$vpc_id"
172
173
+ - name: "v3"
174
175
176
vpc_id2=$(echo "${{ steps.output.outputs.outputs }}" | jq -r '.[] | select(.name == "vpc_id") | .value')
177
echo "$vpc_id2"
178
0 commit comments