Загрузка...

How to install Terraform on RedHat Linux OS | Terraform

#howto #install #terraform #RedHatLinuxOS #aws #rhel
TOPMATE : https://topmate.io/tactic_technics
Terraform is an open source infrastructure as code (IaC) tool developed by HashiCorp. It allows you to define, manage, and provision infrastructure resources in a cloud or on-premises environment using declarative configuration files. Terraform maintains the state of the infrastructure in a state file.

Please find the steps for installing Terraform On Red Hat Enterprise Linux or CentOS in AWS cloud.

Pre-requisites:
Red Hat EC2 instance

# Download the latest version of Terraform
wget https://releases.hashicorp.com/terraform/$(curl -s https://releases.hashicorp.com/terraform/ | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+' | sort -V | tail -1)/terraform_$(curl -s https://releases.hashicorp.com/terraform/ | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+' | sort -V | tail -1)_linux_amd64.zip

# Unzip the downloaded package
unzip terraform_*_linux_amd64.zip

# Move the Terraform binary to /usr/local/bin directory
sudo mv terraform /usr/local/bin/

# Verify the installation
terraform --version

Видео How to install Terraform on RedHat Linux OS | Terraform канала Tactic Technics
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять