Day 60 - Terraform🔥
Task 1 : Install Terraform on your system
Step 1: Update the package repository:
sudo apt-get update && sudo apt-get install -y gnupg software-properties-common
Step -2 :Install the HashiCorp GPG key.
wget -O- https://apt.releases.hashicorp.com/gpg...
ajayblog.com4 min read