Day 1 - Terraform Basics
In Terraform, the init, plan, and apply commands are fundamental to the workflow of managing infrastructure as code. Let me explain each one:
terraform init:
This command is used to initialize a Terraform working directory. When you start working o...
krishkp.hashnode.dev4 min read