Provisioning using Terraform and ansible
May 28, 2023 · 2 min read · 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 ...
Join discussion