mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-20 14:00:30 -05:00
* Add support to import databases. See docs. * Add support for renaming databases * Add support for all known PostgreSQL database attributes, including: * "allow_connections" * "lc_ctype" * "lc_collate" * "connection_limit" * "encoding" * "is_template" * "owner" * "tablespace_name" * "template"