Day 61- Terraform🔥
Task 1:
This is the purpose of basic Terraform commands which you'll use often:
Terraform init {terraform init }: This command will scan your .tf files in the folder and install all the required automation things.
Terraform init -upgrade {terraform...
sriparthu1014.hashnode.dev1 min read