官术网_书友最值得收藏!

Installing Terraform by script on Linux

The Linux Terraform installation script is as follows:

TERRAFORM_VERSION="0.12.8" #Update with your desired version

curl -Os https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
&& curl -Os https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS \
&& curl https://keybase.io/hashicorp/pgp_keys.asc | gpg --import \
&& curl -Os https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS.sig \
&& gpg --verify terraform_${TERRAFORM_VERSION}_SHA256SUMS.sig terraform_${TERRAFORM_VERSION}_SHA256SUMS \
&& shasum -a 256 -c terraform_${TERRAFORM_VERSION}_SHA256SUMS 2>&1 | grep "${TERRAFORM_VERSION}_linux_amd64.zip:\sOK" \
&& unzip -o terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /usr/local/bin

This script does the following:

  • Set the TERRAFORM_VERSION parameter with the version to download.
  • Download the Terraform package by checking the checksum.
  • Unzip the package in the user local directory.
This script is also available in the GitHub source of this book: https://github.com/PacktPublishing/Learning_DevOps/blob/master/CHAP02/Terraform_install_Linux.sh.

For executing this script, follow these steps:

  1. Open a command-line Terminal.
  2. Copy and paste the preceding script.
  3. Execute it by hitting Enter in the command-line Terminal.

The following screenshot displays an execution of the script for installing Terraform on Linux:

In the execution of the preceding script, we can see the download of the Terraform ZIP package (with the curl tool) and the unzip operation of this package inside the /usr/local/bin folder.

We have just seen the installation of Terraform on Linux; now, let's look at its installation on Windows.

主站蜘蛛池模板: 青海省| 大名县| 平阳县| 吴川市| 长寿区| 南昌县| 桐城市| 洛阳市| 林甸县| 娱乐| 乃东县| 雅江县| 邳州市| 航空| 习水县| 台前县| 建昌县| 汽车| 黎平县| 临泉县| 藁城市| 双峰县| 永济市| 太保市| 淮南市| 东阳市| 威信县| 永吉县| 临颍县| 湘潭市| 南木林县| 鄄城县| 隆化县| 垦利县| 靖安县| 贵定县| 遂平县| 琼海市| 应用必备| 彩票| 萨迦县|