Creating revision for API Management with Terraform

Is it possible to create a revision within Terraform for an API in API Management? revision is a property for an API but I’d like to create one, with a given description, but I don’t see anything like azurerm_api_management_api_revision.

I’m not trying to create a revision, but I’ve been banging my head against the wall, trying to create versions correctly. Have you been able to do this?

I haven’t just yet. I would probably just start here https://www.terraform.io/docs/providers/azurerm/r/api_management_api_version_set.html. Is there something in particular that you’re trying to do? I might be trying to do the same thing later.