Terraform installation
Install Terraform
First, install repository addition dependencies:
sudo apt update
sudo apt install software-properties-common gnupg2 curl
Now import repository GPG key
curl https://apt.releases.hashicorp.com/gpg | gpg --dearmor > hashicorp.gpg
sudo...
sujitsahoo0285.hashnode.dev1 min read