In this chapter we will use Terraform to destroy our DigitalOcean Managed Kubernetes Cluster so that you are not charged for a cluster you are not using.
Change into your terraform directory and run the terraform destroy
command.
cd terraform && terraform destroy -var do_token=$DO_TOKEN
Look in the Cloud Console and double check that the cluster is being terminated.