terraform/builtin/providers/postgresql
Sean Chittenden 3750bf7af2
Depreciate the PostgreSQL provider's `ssl_mode` option in favor of `sslmode`.
Both libpq(3) and github.com/lib/pq both use `sslmode`.  Prefer this vs
the non-standard `ssl_mode`.  `ssl_mode` is supported for compatibility
but should be removed in the future.

Changelog: yes
2016-12-10 12:32:19 +11:00
..
config.go Depreciate the PostgreSQL provider's `ssl_mode` option in favor of `sslmode`. 2016-12-10 12:32:19 +11:00
provider.go Depreciate the PostgreSQL provider's `ssl_mode` option in favor of `sslmode`. 2016-12-10 12:32:19 +11:00
provider_test.go Remove the PGPASSWORD requirement for tests. 2016-12-10 12:32:17 +11:00
resource_postgresql_database.go Use a string instead of the `%t` modifier for printing a bool in SQL 2016-12-10 12:32:19 +11:00
resource_postgresql_database_test.go Flesh out the CREATE DATABASE for PostgreSQL. 2016-12-10 12:32:18 +11:00
resource_postgresql_extension.go
resource_postgresql_extension_test.go
resource_postgresql_role.go
resource_postgresql_role_test.go