Installing Terraform on Linux Mint

preview_player
Показать описание
This video walks through installing Terraform on Linux Mint both through downloading the binary manually and adding to Terraform Repository.

Links shown in this video are:
and

The commands executed to add the gpg key and repository are:

sudo apt update && sudo apt install terraform
Рекомендации по теме
Комментарии
Автор

Thanks a lot! Very useful video! This Terraform shit is a nightmare...

walter_white_
Автор

Thank you man! Helped a lot! I was having some trouble installing on Linux, it's working perfectly here!

gustavomonteiro
Автор

Thank you so much for this video!! I'm able to install terraform without any issues through these commands.

tushankbangalkar
Автор

if you copy the second line and replace $(lsb_release -cs) with jammy - it works fine.
I did sudo -i before starting

micksp