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.tfvars
file from the template and update the file with your detailscp terraform.tfvars.template terraform.tfvars
- Run both
terraform
commandsterraform init terraform apply
terraform destroy