Project: Multi-environment infrastructure deployment on terraform
Step 1
First, we will create the required providers in terraform.tf file.
vim terraform.tf
terraform init It will install the aws plugins specified in the terraform.tf file.
Step 2
Now, create providers.tf where we will configure the pr...
journeytodevops.hashnode.dev6 min read