Skip to content

Commit

Permalink
fix(terraform): use version_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 28, 2025
1 parent f4a8559 commit 6b2ca6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/info.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
enabled: true
name: terraform
version: v0.12.24-2
version_cmd: |
terraform version | awk '/Terraform/ { print $2 }'
command:
- terraform
- fmt
Expand Down

0 comments on commit 6b2ca6a

Please sign in to comment.