Skip to content

Releases: robertpeteuil/terraform-installer

wget dependency checking

26 Apr 02:16
7b5792f
Compare
Choose a tag to compare

Adds check for wget submitted in PR #3

Improved Version Detection and Removed curl Dependancy

11 Apr 18:10
0d0afc9
Compare
Choose a tag to compare
  • Corrects error on macOS with default awk when detecting latest version
  • Switched to wget instead of curl throughout, removing curl as a dependency
  • Fixed spelling & adjusted help message

Enhance CPU Architecture Detection

17 Feb 19:28
0a3da9c
Compare
Choose a tag to compare

CPU Architecture Detection Algorithm Enhanced

  • new common algorithm that works across deb and rpm distros
  • uses lscpu results to determine CPU Arch if possible
  • as a fallback it searches the flags in /proc/cpuinfo to determine Arch
  • if arch is an arm variant, changes to just "arm" for proper function in Terraform download URL

Add Option for Deterministic Sudo Install

08 Feb 20:45
9527590
Compare
Choose a tag to compare

Added parameter and variable to allow script to run without prompting for install destination

  • -a parameter specifies to always use sudo to install to /usr/local/bin
  • This can be set as default by uncommenting line 14 to set sudoInstall=true
  • user may need to enter sudo password unless password-less sudo is enabled

Initial Public Release

02 Feb 00:49
Compare
Choose a tag to compare

Initial Release of Terraform Installation Script