You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/builtin/providers/postgresql
Sean Chittenden 56a193f228
Dept of second thoughts: remove authorization support before 0.8
9 years ago
..
GNUmakefile Add the testing Makefile that I'm using for testing the provider locally. 9 years ago
config.go Add `connect_timeout` support to the PostgreSQL provider. 9 years ago
helpers.go Fix up helpers. 9 years ago
provider.go Remove non-standard environment variables in prep for 0.8. 9 years ago
provider_test.go Remove the PGPASSWORD requirement for tests. 9 years ago
resource_postgresql_database.go Clean up the DatabaseCreate call. 9 years ago
resource_postgresql_database_test.go gofmt cleanup on imports. 9 years ago
resource_postgresql_extension.go Add the version attribute to postgresql_extension. 9 years ago
resource_postgresql_extension_test.go Add the version attribute to postgresql_extension. 9 years ago
resource_postgresql_role.go Expand postgresql_role support to include all known options. 9 years ago
resource_postgresql_role_test.go Nuke some whitespace. 9 years ago
resource_postgresql_schema.go Dept of second thoughts: remove authorization support before 0.8 9 years ago
resource_postgresql_schema_test.go Dept of second thoughts: remove authorization support before 0.8 9 years ago