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
julius-bonial 5d8662d5da
fix wrong usage of hashicorp/errwrap (#11500)
9 years ago
..
.gitignore provider/postgres: Ignore temporary Postgres data 9 years ago
GNUmakefile Add an Exists function for each resource type. Also add a provider RWMutex. 9 years ago
config.go Audit all call sites where `fmt.Errorf()` was being used and switch to errwrap. 9 years ago
helpers.go Fix up helpers. 9 years ago
provider.go fix wrong usage of hashicorp/errwrap (#11500) 9 years ago
provider_test.go Remove the PGPASSWORD requirement for tests. 9 years ago
resource_postgresql_database.go remove computed true for postgres connections 9 years ago
resource_postgresql_database_test.go gofmt cleanup on imports. 9 years ago
resource_postgresql_extension.go Use `fmt.Fprint()` instead of `Fprintf()`. 9 years ago
resource_postgresql_extension_test.go Add the version attribute to postgresql_extension. 9 years ago
resource_postgresql_role.go Follow up to #11161 to fix `connection_limit` updates to a ROLE. 9 years ago
resource_postgresql_role_test.go provider/postgresql: Fix failing acceptance test (#11375) 9 years ago
resource_postgresql_schema.go Add an Exists function for each resource type. Also add a provider RWMutex. 9 years ago
resource_postgresql_schema_test.go Before revoking a privilege from a schema, check to ensure role exists. 9 years ago