terraform/builtin/providers/postgresql
Martin Atkins 220d73f32c provider/postgresql: default ssl_mode is "prefer"
According to the libpq documentation, "prefer" is the default in the
underlying library and so setting a different default in the Terraform
layer would be a breaking change for existing users of this provider
whose servers do not have TLS correctly configured.

The docs now link to the libpq manual's discussion of the security
implications of each of the ssl_mode options, so the user can understand
the limitations of the "prefer" default and can make an informed decision
about which setting is appropriate for their situation.
2016-04-17 08:32:02 -07:00
..
config.go - Add support for 'ssl_mode' options present in lib/pq 2016-04-11 13:20:39 -04:00
provider.go provider/postgresql: default ssl_mode is "prefer" 2016-04-17 08:32:02 -07:00
provider_test.go postgresql provider with "database" and "role" resources 2015-12-03 23:44:20 -08:00
resource_postgresql_database.go postgresql provider with "database" and "role" resources 2015-12-03 23:44:20 -08:00
resource_postgresql_database_test.go postgresql provider with "database" and "role" resources 2015-12-03 23:44:20 -08:00
resource_postgresql_role.go postgresql provider with "database" and "role" resources 2015-12-03 23:44:20 -08:00
resource_postgresql_role_test.go postgresql provider with "database" and "role" resources 2015-12-03 23:44:20 -08:00