Skip to content

Instantly share code, notes, and snippets.

@ManojNair
Created October 13, 2016 10:08
Show Gist options
  • Save ManojNair/a937c46d30109a99050416889f98fffc to your computer and use it in GitHub Desktop.
Save ManojNair/a937c46d30109a99050416889f98fffc to your computer and use it in GitHub Desktop.
OpsWorks Custom JSON
{
"customer-id" :"0123",
"invoice-number" : "567",
"line-items" : {
"line-1" : "book1",
"line-2" : "book2",
"line-3" : "book3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment