How to use non-AWS S3 Compatible storage for Terraform Backend?
As we know, Terraform supports S3 as a backend to store the state in AWS. In GCS and Azure, there are equivalent solutions for object storage available. What if we want to store terraform state in our environment or on any other cloud provider? The good news is that we can do that, as all we need is S3-compliant storage. An example can be: Minio: minio is S3 compatible Opensource Object storage Civo Object store: I have already shared a blog post for the same here For this example, we will use minio: ...