# setConfiguredRegistryKey

State Resource

This is a State Resource as provided by the tymly-core-plugin plugin.

# Purpose

Sets a registry specific value

# Usage

# Example

{
  "SetConfiguredRegistryKey": {
    "Type": "Task",
    "Resource": "module:setConfiguredRegistryKey",
    "InputPath": "$.value",
    "ResourceConfig": {
      "key": "tymlyTest_anotherTestKey"
    },
    "End": true
  }
}
Last Updated: 9/10/2023, 11:30:14 AM