Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 15:25
· 131 commits to main since this release
6e4e7ff
FEATURES:

* `postgresql_database`: Drop connections before drop database (Postgresql >=13) - @p4cket
  [#14](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/14)

  :warning: In previous versions, Terraform failed to drop databases if they are still in used.
            Now databases will be dropped in any case.

* Use lazy connections - @cyrilgdn
  [#5](https://github.com/cyrilgdn/terraform-provider-postgresql/pull/5)