{
  "Comment": "Blueprint to get a config variable",
  "version": "1.0",
  "StartAt": "Config",
  "States": {
    "Config": {
      "Type": "Task",
      "Resource": "module:configSetting",
      "ResourceConfig": {
        "setting": "values.unspecified"
      },
      "ResultPath": "$.setting",
      "End": true
    }
  },
  "restrictions": [
    {
      "roleId": "$authenticated",
      "allows": [
        "*"
      ]
    }
  ]
}
