I have created the Azure Postgre SQL server and DB using terraform. Now I need to deploy the table and fields(schema). Can this be done through terraform or we need different set of tools? eg: Azure CLI to deploy the tables?
I am looking for similar feature as below(Create Azure Database for PostgreSQL with Initialization Script) using terraform and other tools but not ARM Template given this example. https://github.com/Azure/azure-postgresql/tree/master/arm-templates/ExampleWithStartupScript