📄️ Introduction
In order to apply infrastructure changes using Terraform in continuous way, we need to configure some place where current state of your infrastructure will be stored.
📄️ Supabase
Supabase platform gives us possibility to host Postgres instance on free tier, hence it could be one of the possible optimal solutions for Terraform state management.
📄️ Different backend
In order to change Terraform's backend provider from PostgresQL to something else you need to manually dig into source code and change infra/backend.tf file.