Skip to content

Commit

Permalink
chore: Add -lock=false for tofu plan
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Oct 13, 2023
1 parent 8655b4a commit 504a8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opentofu-tfcmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
-repo ${{ github.event.repository.name }} \
-pr ${{ github.event.pull_request.number }} \
-var "target:${{ matrix.module }}" \
plan -patch -- tofu plan -no-color \
plan -patch -- tofu plan -lock=false -no-color \
-var "app_terraform_io_token=${{ secrets.APP_TERRAFORM_IO_TOKEN }}" \
-var "github_provider_app_id=${{ secrets.ACTIONS_PYTHON_CI_APP_ID }}" \
-var "github_provider_app_installation_id=${{ secrets.ACTIONS_PYTHON_CI_APP_INSTALLATION_ID }}" \
Expand Down

0 comments on commit 504a8c2

Please sign in to comment.