We want to create dashboard resource with Terraform. We have an Azure policy that require the creation should use api version greater than 2020-09-01-alpha that blocked the creation from Terraform. current azurerm_portal_dashboard resource provider is using 2019-01-01-preview api version to create dashboard resource
So we want to know if there is any way to specify the api version that used to create the dashboard resource.
if it is not possible to specify the api version that Terraform used, is there any way to execute ARM template deployment by Terraform? We can deploy an ARM template with api version.