Azure postgre sql can be installed via terraform(git lab CI). But how to configure extension. At the moment we are doing this manually.
For instance, application teams that have functionality that needs encryption can enable pg_crypto by using the CREATE EXTENSION
command.
Also how can we deploy the schema and other sql changes in the future via a gitlab CI
devops pipeline?