Skip to content

Releases: cyrilgdn/terraform-provider-postgresql

v1.11.0-pre-gocloud

03 Jan 15:09
237dc3c
Compare
Choose a tag to compare
Allow to connect with gocloud to AWS/GCP instances.

v1.10.0

02 Jan 15:25
6e4e7ff
Compare
Choose a tag to compare
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

21 Dec 19:42
6816fac
Compare
Choose a tag to compare
Prepare CHANGELOG for v1.9.0

v1.9.0-pre1

09 Dec 16:08
04541ab
Compare
Choose a tag to compare
v1.9.0-pre1 Pre-release
Pre-release
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

26 Nov 14:52
4465ed5
Compare
Choose a tag to compare
Bugfix release: 1.8.1

v1.8.0

26 Nov 13:05
7da0aeb
Compare
Choose a tag to compare
Release v1.8.0

v1.7.2

30 Jul 21:22
Compare
Choose a tag to compare
Cleanup after v1.7.1 release