terraform/builtin/providers/postgresql
Sean Chittenden 56a193f228
Dept of second thoughts: remove authorization support before 0.8
releases.

When postgresql_schema_policy lands this attribute should be removed in
order to provide a single way of accomplishing setting permissions on
schema objects.
2016-12-13 10:28:06 -08:00
..
GNUmakefile Add the testing Makefile that I'm using for testing the provider locally. 2016-12-12 14:44:46 -08:00
config.go Add `connect_timeout` support to the PostgreSQL provider. 2016-12-10 12:32:19 +11:00
helpers.go Fix up helpers. 2016-12-12 14:30:25 -08:00
provider.go Remove non-standard environment variables in prep for 0.8. 2016-12-12 15:21:00 -08:00
provider_test.go Remove the PGPASSWORD requirement for tests. 2016-12-10 12:32:17 +11:00
resource_postgresql_database.go Clean up the DatabaseCreate call. 2016-12-10 12:32:21 +11:00
resource_postgresql_database_test.go gofmt cleanup on imports. 2016-12-12 15:21:20 -08:00
resource_postgresql_extension.go Add the version attribute to postgresql_extension. 2016-12-12 14:37:40 -08:00
resource_postgresql_extension_test.go Add the version attribute to postgresql_extension. 2016-12-12 14:37:40 -08:00
resource_postgresql_role.go Expand postgresql_role support to include all known options. 2016-12-12 01:37:00 -08:00
resource_postgresql_role_test.go Nuke some whitespace. 2016-12-12 01:36:14 -08:00
resource_postgresql_schema.go Dept of second thoughts: remove authorization support before 0.8 2016-12-13 10:28:06 -08:00
resource_postgresql_schema_test.go Dept of second thoughts: remove authorization support before 0.8 2016-12-13 10:28:06 -08:00