Day 61 - Terraform Basic Commands🔥
Task 1: Understanding Basic Terraform Commands
Terraform init
This command collects all resources needed to set up a working directory with Terraform configuration files. It's safe to use this command multiple times, as it never deletes your existi...
amitsinghs.hashnode.dev2 min read