Is there a provider that manages database rows?

I’m interested in having the rows of some tables in my PostgreSQL database completely managed by Terraform. Is there a provider that manages rows in SQL tables? The PostgreSQL provider doesn’t look like it does, and this is proving hard to search for.

I think it’s better to use liquibase or flyway as database vcs instead.

Followup on this from years later: I ended up expanding an existing REST API to support the rows in question, then writing a custom Terraform provider to manage that API declaratively. It’s been working great.

1 Like