SpencerBinXia
Results
2
issues of
SpencerBinXia
An expanded version of PR https://github.com/cyrilgdn/terraform-provider-postgresql/pull/171 which adds three new data sources for retrieving the names of schemas, sequences and tables respectively from a database. ## Example ```terraform data "postgresql_schemas"...
## Overview This PR adds the new data source `postgresql_schemas` for retrieving schema names from a database. The intended usage of this data source is so that it will no...