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 3750bf7af2
Depreciate the PostgreSQL provider's `ssl_mode` option in favor of `sslmode`.
10 years ago
..
config.go Depreciate the PostgreSQL provider's `ssl_mode` option in favor of `sslmode`. 10 years ago
provider.go Depreciate the PostgreSQL provider's `ssl_mode` option in favor of `sslmode`. 10 years ago
provider_test.go Remove the PGPASSWORD requirement for tests. 10 years ago
resource_postgresql_database.go Use a string instead of the `%t` modifier for printing a bool in SQL 10 years ago
resource_postgresql_database_test.go Flesh out the CREATE DATABASE for PostgreSQL. 10 years ago
resource_postgresql_extension.go Update based off review 10 years ago
resource_postgresql_extension_test.go provider/postgresql: Fixing up the PG Extension test 10 years ago
resource_postgresql_role.go provider/postgres: Correct casing -> PostgreSQL 10 years ago
resource_postgresql_role_test.go provider/postgres: Clean up definitions and errors 10 years ago