Category: Terraform, github

The cloud service provisioning for the use-case happens using Terraform scripts. The tough part was to delete the COS bucket using terraform destroy.

So, I started looking for options to use with Terraform and got reminded of the Opensource MinIO client. But, the challenge here is I want to use MinIO client only with terraform destroy .

Related Articles