removed install_terraform14.sh

pull/2/head
Hari Sekhon 3 years ago
parent f93be34213
commit ba6daa373f

@ -1,25 +0,0 @@
#!/usr/bin/env bash
#
# Author: Hari Sekhon
# Date: 2019/09/20
#
# https://github.com/harisekhon/devops-bash-tools
#
# License: see accompanying LICENSE file
#
# https://www.linkedin.com/in/harisekhon
#
# Installs Terraform 0.13 on Mac / Linux
#
# If running as root, installs to /usr/local/bin/terraform13
#
# If running as non-root, installs to $HOME/bin/terraform13
#
# Useful to quickly align to run on a given environment
set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x
srcdir="$(dirname "$0")"
VERSIONED_INSTALL=1 TERRAFORM_VERSION=0.14.5 "$srcdir/install_terraform.sh"
Loading…
Cancel
Save