# generateUuid
State Resource
This is a State Resource as provided by the tymly-core-plugin plugin.
# Purpose
Generate UUID (Long or short!)
# Usage
# Example
{
"GenerateUuid": {
"Type": "Task",
"Resource": "module:generateUuid",
"ResourceConfig": {
"length": 10,
"short": true
}
}
}