Releases: cyrilgdn/terraform-provider-postgresql
Releases · cyrilgdn/terraform-provider-postgresql
v1.11.0-pre-gocloud
Allow to connect with gocloud to AWS/GCP instances.
v1.10.0
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)
v1.9.0
Prepare CHANGELOG for v1.9.0
v1.9.0-pre1
Use lazy connections. This avoids the provider to try to connect even if no resources needed. Also it also avoids the provider to try to connect when defining an RDS instance (for example) and some postgres resources in the same state. (otherwise, at the first creation, provider will try to connect on a server which does not exist yet)
v1.8.1
Bugfix release: 1.8.1
v1.8.0
Release v1.8.0