Go modules · #2425
github.com/cyrilgdn/terraform-provider-postgresql
v0.2.0cyrilgdn/terraform-provider-postgresql ↗Last release 8 years ago
no release in 18 months
Ships fairly regularly
a new release about every 6 months
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
5 releases · first in 2017
Release timeline
5 releases since 20172019202120232025
Releases
- v0.2.021 Feb 2019
Release notes
Open source →FEATURES:
- Add
database_usernamein provider configuration to manage user name maps (e.g.: needed for Azure) (#58)
BUG FIXES:
create_databaseis now being applied correctly on role creation (#43)- Updating a role password doesn't actually update the role password https://github.com/terraform-providers/terraform-provider-postgresql/issues/16
superuseris now being applied correctly on role creation (#45)- Feature flag system was not working. (#61)
- Updating database does not work for connection_limit / allow_connection / is_template (#61)
- Disable postgresql_extension for Postgres < 9.1 (#61)
- Disable REPLICATION flag in role for Postgres < 9.1. (#61)
postgresql_database: Fix the way the database owner is granted / revoked during create/update/delete. (#59)
TESTS:
- Travis: Run acceptance tests against multiple Postgres versions.
- Add
- v0.1.319 Dec 2018
- v0.1.26 Jul 2018
- v0.1.119 Jan 2018
Release notes
Open source →DEPRECATED:
provider:sslmodeis the correct spelling for the various SSL modes. Markssl_modeas the deprecated spelling. In probably 6mo timessl_modewill be removed as an alternate spelling. [https://github.com/terraform-providers/terraform-provider-postgresql/pull/27]
BUG FIXES:
- Mark Provider
passwordas sensitive. [https://github.com/terraform-providers/terraform-provider-postgresql/pull/26] - Fix destruction of databases created in RDS. [https://github.com/terraform-providers/terraform-provider-postgresql/issues/17]
- Fix DEFAULT values for the
postgresql_databaseresource. [https://github.com/terraform-providers/terraform-provider-postgresql/issues/9]
- v0.1.021 Jun 2017
Release notes
Open source →NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout