Day 61- Terraform🔥
Task 1:
Find the purpose of basic Terraform commands that you'll use often
terraform init:
Initializes a Terraform working directory by downloading the necessary providers and modules specified in your configuration files. It sets up the environment ...
agnes18.hashnode.dev2 min read