diff --git a/apps/TCPB_-_JSON_Builder/README.md b/apps/TCPB_-_JSON_Builder/README.md index f8f9ace..e56cc59 100644 --- a/apps/TCPB_-_JSON_Builder/README.md +++ b/apps/TCPB_-_JSON_Builder/README.md @@ -9,14 +9,22 @@ This playbook App will take a JSON formatted String with embedded variables and > Note: String value must be wrapped in double quotes. All other values should **not** have double quotes. + +![Inputs](images/screen_shot-info.png) + + # Dependencies * tcex>=0.7,<0.8 # Input Definitions * JSON Data - The JSON string to resolve embedded variables. +![Inputs](images/screen_shot-inputs.png) + # Output Definitions -* json.data - The JSON String with all embedded variables resolved. +* json.data - The JSON String with optional embedded variables resolved. + +![Inputs](images/screen_shot-outputs.png) # Building diff --git a/apps/TCPB_-_JSON_Builder/docs/screenshot_1.jpg b/apps/TCPB_-_JSON_Builder/docs/screenshot_1.jpg deleted file mode 100644 index 02c217c..0000000 Binary files a/apps/TCPB_-_JSON_Builder/docs/screenshot_1.jpg and /dev/null differ diff --git a/apps/TCPB_-_JSON_Builder/images/screen_shot-info.png b/apps/TCPB_-_JSON_Builder/images/screen_shot-info.png new file mode 100644 index 0000000..afa9b80 Binary files /dev/null and b/apps/TCPB_-_JSON_Builder/images/screen_shot-info.png differ diff --git a/apps/TCPB_-_JSON_Builder/images/screen_shot-inputs.png b/apps/TCPB_-_JSON_Builder/images/screen_shot-inputs.png new file mode 100644 index 0000000..7c5004a Binary files /dev/null and b/apps/TCPB_-_JSON_Builder/images/screen_shot-inputs.png differ diff --git a/apps/TCPB_-_JSON_Builder/images/screen_shot-outputs.png b/apps/TCPB_-_JSON_Builder/images/screen_shot-outputs.png new file mode 100644 index 0000000..5e02143 Binary files /dev/null and b/apps/TCPB_-_JSON_Builder/images/screen_shot-outputs.png differ diff --git a/apps/TCPB_-_JSON_Builder/tcex.json b/apps/TCPB_-_JSON_Builder/tcex.json index add7811..e54c43b 100644 --- a/apps/TCPB_-_JSON_Builder/tcex.json +++ b/apps/TCPB_-_JSON_Builder/tcex.json @@ -1,6 +1,6 @@ { "package": { - "app_name": "TCPB_-_JSON_Create", + "app_name": "TCPB_-_JSON_Builder", "bundle": false, "excludes": [ "requirements.txt",