Basic Terraform Commands
Day 61 of #90DaysOfDevOps
Task:
Find the purpose of basic Terraform commands that you'll use often.
terraform init
terraform init command initializes the terraform working directory.
It needs to be performed whenever there is a new resource or prov...
neel-soni.hashnode.dev2 min read