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 Update based off review 2016-11-02 14:36:39 +00:00
resource_postgresql_extension_test.go provider/postgresql: Fixing up the PG Extension test 2016-11-03 12:06:51 +00:00
resource_postgresql_role.go provider/postgres: Correct casing -> PostgreSQL 2016-09-05 15:04:48 -07:00
resource_postgresql_role_test.go provider/postgres: Clean up definitions and errors 2016-09-05 14:46:40 -07:00