terraform/backend/remote-state/pg
yanndegat be5280e4e1 remote-state/pg: add option to skip schema creation (#21607)
* add `skip_schema_creation` option
* add sanity check to avoid situations where postgres users
  hasn't been granted the "CREATE SCHEMA" right

closes #21604

Signed-off-by: yann degat <yann@2kmail.net>
2019-08-27 11:14:32 -04:00
..
backend.go remote-state/pg: add option to skip schema creation (#21607) 2019-08-27 11:14:32 -04:00
backend_state.go 📚 doc corrections 2019-02-25 16:30:30 -08:00
backend_test.go remote-state/pg: add option to skip schema creation (#21607) 2019-08-27 11:14:32 -04:00
client.go Correct pg backend error info 2019-03-05 11:37:08 -08:00
client_test.go Switch pg backend to session-level advisory locking, to avoid rollback of partial state updates 2019-03-04 17:01:08 -08:00