Terraform scripts to recursively delete all the objects of a Cloud Object Storage (COS) bucket using MINIO client.
- Clone this repository
git clone https://github.com/VidyasagarMSC/cos-object-cleanup.git
- Create
terraform.tfvarsfile from the template and update the file with your detailscp terraform.tfvars.template terraform.tfvars
- Run both
terraformcommandsterraform init terraform apply
terraform destroy