terraform/builtin/providers/postgresql
Sean Chittenden ebc81727da
Add the postgresql_schema_policy resource. This is a WIP due to
issues with cycles when an object is destroyed.
2016-12-25 06:13:33 -08:00
..
GNUmakefile provider/postgresql: Quote connection string parameters 2016-12-23 10:09:32 -08:00
config.go Properly escape DSN parameters. 2016-12-25 05:53:12 -08:00
helpers.go Fix up helpers. 2016-12-12 14:30:25 -08:00
provider.go Add the postgresql_schema_policy resource. This is a WIP due to 2016-12-25 06:13:33 -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 description on postgresql_database.owner. 2016-12-25 06:13:32 -08: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 Add the `owner` attribute to the `postgresql_schema` resource. 2016-12-25 06:13:32 -08:00
resource_postgresql_schema_policy.go Add the postgresql_schema_policy resource. This is a WIP due to 2016-12-25 06:13:33 -08:00
resource_postgresql_schema_policy_test.go Add the postgresql_schema_policy resource. This is a WIP due to 2016-12-25 06:13:33 -08:00
resource_postgresql_schema_test.go Add the `owner` attribute to the `postgresql_schema` resource. 2016-12-25 06:13:32 -08:00