Can we use any other database other than dynamoDB for the purpose of state-locking

Hi All,

Can we use any other database other than dynamoDB for the purpose of state-locking?

Thanks Regards,
Manoj

You can use a Postgres backend which support locking:
Backend Type: pg | Terraform | HashiCorp Developer

From the menu on the left you can view the other backends and see which ones support locking.

1 Like