Hi! I’m using the auth0-deploy-cli to orchestrate deployment of my tenant, including actions. Recently I got started using an action module to reuse some configuration and code. However, I have to specify a version for the module my action is using. In the yaml syntax it kind of looks like this:
modules:
- module_name: logger
module_version_number: 1
My issue is that on every deployment I also release a new version of the module. How can I tell the deploy cli that I want my action to use the latest module version instead of a specific version without having to use the API or the dashboard?