I have been able to deploy AWS Auto Scaling group, load balancer, security group and EC2 instances using terraform apply
.
Now, I want to destroy the infrastructure using command terraform destroy
, but it gives Destroy cancelled
.
I do not wish to destroy the resources manually from AWS Management Console but via terraform commands only.