Task 1
Find the purpose of basic Terraform commands which you'll use often
terraform init: Initializes a Terraform working directory, downloads providers, and sets up the backend.
terraform init -upgrade: It is used to upgrade the installed provide...