terraform/builtin/providers/postgresql
Sean Chittenden c602f024f4
Fix the remaining `postgresql_extension` unit test.
2016-12-12 13:40:49 -08:00
..
config.go Add `connect_timeout` support to the PostgreSQL provider. 2016-12-10 12:32:19 +11:00
helpers.go Clean up the DatabaseCreate call. 2016-12-10 12:32:21 +11:00
provider.go Add PostgreSQL schema support 2016-12-12 13:11:47 -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 Don't use d.GetOk() when the zero value is a required attribute. 2016-12-10 12:32:20 +11:00
resource_postgresql_extension.go Fix the remaining `postgresql_extension` unit test. 2016-12-12 13:40:49 -08:00
resource_postgresql_extension_test.go Fix the remaining `postgresql_extension` unit test. 2016-12-12 13:40:49 -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 Add PostgreSQL schema support 2016-12-12 13:11:47 -08:00
resource_postgresql_schema_test.go Add PostgreSQL schema support 2016-12-12 13:11:47 -08:00