Skip to content

Instantly share code, notes, and snippets.

View needleshaped's full-sized avatar

Aleksejs Spiridonovs needleshaped

View GitHub Profile
@needleshaped
needleshaped / get-terraform.sh
Last active May 20, 2021 14:22 — forked from kitos9112/get-terraform.sh
Bash script that automatically updates to latest version of Terraform and TFlint
#!/bin/bash
###########################################################################
# Update or install latest terraform/tflint binary versions, if existing version differ or is absent
# https://gist.github.com/needleshaped/0022791d1d4d4dc56ecfcce69083a248
##########################################################################
# Arguments and parameters
INSTALL_DIR="${1:-$HOME/bin}"
SUDO= # empty or "sudo"