Skip to content

Commit

Permalink
fix: adjust tf version in deploy yaml--whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
chlohilt committed May 16, 2024
1 parent 4b1213b commit 6a4251a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- README.md
concurrency: ${{ github.ref }}
env:
tf_version: "1.4.5" # must match value in terraform-iac/*/app/main.tf
tf_version: "1.8.2" # must match value in terraform-iac/*/app/main.tf
node_version: "20.x" # must match value in log-analyzer/sorter-lambda/package.json

jobs:
Expand Down

0 comments on commit 6a4251a

Please sign in to comment.