github.com/cyrilgdn/terraform-provider-postgresql
v0.2.0
#3264 most downloaded on Go modules
cyrilgdn/terraform-provider-postgresql
What this package is like to depend on
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
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Jun 2017 to Feb 2019
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 5-
v0.2.021 Feb 2019Release 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.206 Jul 2018 -
v0.1.119 Jan 2018Release 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 2017Release notes
Open source →NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout