Updated terraform version.
This commit is contained in:
@ -66,8 +66,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
|
|||||||
# Work from our downloads folder
|
# Work from our downloads folder
|
||||||
cd ~/Downloads
|
cd ~/Downloads
|
||||||
|
|
||||||
# Download the latest release (check if newer is available)
|
# Download the latest release from github
|
||||||
echo Downloading latest release deb from github
|
|
||||||
curl -s https://api.github.com/repos/jgm/pandoc/releases/latest \
|
curl -s https://api.github.com/repos/jgm/pandoc/releases/latest \
|
||||||
| grep "browser_download_url.*deb" \
|
| grep "browser_download_url.*deb" \
|
||||||
| cut -d : -f 2,3 \
|
| cut -d : -f 2,3 \
|
||||||
@ -131,13 +130,13 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
|
|||||||
#+NAME: Install hashicorp terraforms
|
#+NAME: Install hashicorp terraforms
|
||||||
#+BEGIN_SRC shell
|
#+BEGIN_SRC shell
|
||||||
# Download the binary
|
# Download the binary
|
||||||
wget 'https://releases.hashicorp.com/terraform/0.12.9/terraform_0.12.9_linux_amd64.zip'
|
wget 'https://releases.hashicorp.com/terraform/0.12.18/terraform_0.12.18_linux_amd64.zip'
|
||||||
|
|
||||||
# Unzip it
|
# Unzip it
|
||||||
unzip *.zip
|
unzip *.zip
|
||||||
|
|
||||||
# Move the binary to path
|
# Move the binary to path
|
||||||
sudo mv terraform /usr/bin/
|
sudo mv terraform /usr/local/bin/
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
rm *amd64.zip
|
rm *amd64.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user