Skip to content

Commit

Permalink
init plan-encrypt
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <[email protected]>
  • Loading branch information
rdhar committed Dec 4, 2024
1 parent f62e38a commit d7707b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tf_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ jobs:
continue-on-error: true
uses: ./
with:
command: plan # ${{ github.event.pull_request.merged && 'apply' || 'plan' }}
command: init # ${{ github.event.pull_request.merged && 'apply' || 'plan' }}
arg-lock: false # ${{ github.event.pull_request.merged }}
working-directory: tests/${{ matrix.test }}
tool: tofu
plan-encrypt: ${{ secrets.TF_ENCRYPTION }}
# format: true
# validate: true

Expand Down

0 comments on commit d7707b5

Please sign in to comment.