Skip to content

Commit

Permalink
feat(tools): Added tfenv package (#516)
Browse files Browse the repository at this point in the history
Added the tfenv terraform version manager package https://github.com/tfutils/tfenv
  • Loading branch information
spicykay authored Aug 23, 2024
1 parent 41051d9 commit da9d065
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tfenv.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
description = "Terraform version manager"
binaries = ["bin/tfenv"]
source = "https://github.com/tfutils/tfenv/archive/refs/tags/v${version}.tar.gz"
strip = 1

version "3.0.0" {
auto-version {
github-release = "tfutils/tfenv"
}
}

test = "tfenv --version"
sha256sums = {
"https://github.com/tfutils/tfenv/archive/refs/tags/v3.0.0.tar.gz": "463132e45a211fa3faf85e62fdfaa9bb746343ff1954ccbad91cae743df3b648",
}

0 comments on commit da9d065

Please sign in to comment.