{
  "Comment": "Test blueprint to get reg keys",
  "version": "1.0",
  "StartAt": "GetRegistryKey",
  "States": {
    "GetRegistryKey": {
      "Type": "Task",
      "Resource": "module:getConfiguredRegistryKey",
      "ResourceConfig": {
        "key": "tymlyTest_anotherTestKey"
      },
      "ResultPath": "$.result",
      "End": true
    }
  },
  "restrictions": [
    {
      "roleId": "$authenticated",
      "allows": [
        "*"
      ]
    }
  ]
}