Webapp Config Zip Deploy in Terraform?

Is it possible to do the equivalent of the API call directly in terraform?
az webapp deployment source config-zip
The zip_deploy_file option requires the WEBSITE_RUN_FROM_PACKAGE option to be set which is not what the above call does