Skip to content

Instantly share code, notes, and snippets.

@sriprasanna
Created May 10, 2023 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sriprasanna/3a792bc0bb1b4507e4665368de854065 to your computer and use it in GitHub Desktop.
Save sriprasanna/3a792bc0bb1b4507e4665368de854065 to your computer and use it in GitHub Desktop.
{
"Parameters": {
"inputName": {
"Type": "String",
"MinLength": 1
}
},
"Outputs": {
"outputName": {
"Value": {
"Ref": "inputName"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment