Provisioning using Terraform and ansible
Step1: Creating a terraform instance and installing terraform on that .
created bash file to install.
sudo su
apt-get update -y
#Now we will install terraform create the terra_install bash file and run it
vi terra_install.sh
sudo apt-get update ...
santoshnellagi.hashnode.dev2 min read