Day 39- Terraform🔥
Task 1:
terraform init: This command initializes a Terraform working directory, downloading the necessary providers and modules. It sets up the environment for your Terraform configuration.
terraform init -upgrade: It is used to upgrade the Terrafo...
gopalgtm.hashnode.dev2 min read