Is there a way to create Logic Apps under App Service Plan using Terraform script?

Hello,

Is there a way to create a Logic App (not under Consumption plan - but under the App Service Plan) using the Terraform inbuilt module?

I have been searching and it looks like that is currently in preview hence no direct support from Terraform. But as a workaround the ARM Template json can be used within Terraform script to acheive this.

Please let me know if there is a stratight forward way to acheive this!

Latest blog on this topic which elaborates on the ARM template integration - Deploying a LogicApp with Terraform (Bonus: in an AzDO pipeline) – AZApril – Azure with April

Thanks!