A repo for hands on Terraform tool
To use this repo clone this repo
git clone https://github.com/siddique-sa/Terraform_IaC.git
Then cd and be in the directory which needs to be executed
Then type in cmd / bash terraform init
after that type terraform plan
then, terraform validate
Finally, terraform apply to execute and enter yes when prompted
If you want to delete / destroy all infrastructre you created then terraform destroy