Skip to content

Commit feb09f0

Browse files
committed
Add Terraform
1 parent f7893f5 commit feb09f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ linuxbrew hello 1 test $(/brew/bin/hello -g 'Hello_World') = 'Hello_World'
33
linuxbrew base64 1 echo -n mulled | /brew/bin/base64 | grep 'bXVsbGVk'
44
linuxbrew coreutils 1 test $(/brew/bin/factor 15 | tr ' ' '_') = '15:_3_5'
55
linuxbrew sha2 1 test $(echo -n mulled | /brew/bin/sha2 -256 -q) = '950af197b83c2b315d43232ffb1e11118874fd02e4a4d1d2baf93cea419feb5d'
6+
linuxbrew terraform 1 terraform --version
67
alpine go 1 go version | grep 'go version'
78
alpine irssi 1 irssi -v
89
alpine mksh 1 mksh -v

0 commit comments

Comments
 (0)