Terminating or destroying a build

To remove/terminate or destroy a build, it pretty simple. You use the terraform destroy command ayan@Epoch:~/terraform$ terraform destroy aws_instance.example: Refreshing state... (ID: i-065b6f952bd9dc3e0) An execution plan has been generated and…

Terraform

What is Terraform? Terraform is an Infrastructure provisioning tool. This supports multiple clouds and currently, I am dabbling with it on Amazon Cloud (AWS), Google Cloud (GCP), Azure and Alibaba…