Skip to content

Commit

Permalink
fix(infra): fix tf lockfile (#1694)
Browse files Browse the repository at this point in the history
fix(infra): fix terraform version error
  • Loading branch information
goo314 authored May 27, 2024
1 parent f046795 commit 3c0631a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Terraform Init
working-directory: ./apps/infra/deploy
run: terraform init -upgrade
run: terraform init

# TODO: plan in the other job, and reuse the plan file
- name: Terraform Plan
Expand Down
29 changes: 14 additions & 15 deletions apps/infra/deploy/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c0631a

Please sign in to comment.