GCP Deployment Cleanup
  1. It's possible to run an individual kubectl delete on each resource or you can run terraform destroy

    You'll need to run the following commands:

    shell
    $ cd logscale-gcp-components/gcp
    $ terraform destroy
    Do you really want to destroy all resources?
      Terraform will destroy all your managed infrastructure, as shown above.
      There is no undo. Only 'yes' will be accepted to confirm.
     
      Enter a value: yes
  2. Delete the DNS records which were created for $INGRESS_HOSTNAME

  3. Delete the GCS bucket - logscale-terraform-state using the console