Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Sep 17, 2024
1 parent 7d32274 commit 2fb6ab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

terraform-plan:
needs: [test, terraform-settings]
# needs: [test, terraform-settings]
if: github.event_name == 'pull_request'
environment: dev
name: "Terraform Plan"
Expand Down Expand Up @@ -192,6 +192,7 @@ jobs:
continue-on-error: true
run: |
echo ${{ toJson(steps.output.outputs.outputs) }}
echo ${{ toJson(steps.output.outputs.outputs) }} | jq -r '.[] | select(.name == "vpc_id") | .value')
Expand Down

0 comments on commit 2fb6ab2

Please sign in to comment.