Please find the steps for installing Terraform On Ubuntu 24.0.4 in AWS cloud.
Pre-requisites:
Go to HashiCorp Website
Copy steps from Linux-> Ubuntu/Debian
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update && sudo apt install terraform
Check Terraform version
terraform -version
this should show version of Terraform. As of May 15, 2024 version was
Terraform v1.8.3
Please watch the above steps as Demo in YouTube below:
No comments:
Post a Comment