We have a Terraform script that creates an Azure Data Factory with an SSIS_IR. When the IR is started it creates a SSIS DB in Azure SQL. After the SSIS DB is created, I need to apply 10 .sql scripts to create Stored procedures.
Is there a Terraform script to apply these SQL scripts to an already created DB?