Skip to content

Commit

Permalink
Drop wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Jul 16, 2024
1 parent 873571f commit 07900af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/predeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
terraform_version: 1.9.2
terraform_wrapper: false
- run: cd terraform
- run: terraform init
- name: 🏗️ Terraform Plan
run: terraform plan -no-color
- run: echo ${{ steps.plan.outputs.stdout }}
- run: echo ${{ steps.plan.outputs.stderr }}
- run: echo ${{ steps.plan.outputs.exitcode }}
# - run: echo ${{ steps.plan.outputs.stdout }}
# - run: echo ${{ steps.plan.outputs.stderr }}
# - run: echo ${{ steps.plan.outputs.exitcode }}
web-deploy:
name: 💫 Deploy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 07900af

Please sign in to comment.