diff options
Diffstat (limited to 'robot/assets/cds/template_vfmodule.json')
-rw-r--r-- | robot/assets/cds/template_vfmodule.json | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/robot/assets/cds/template_vfmodule.json b/robot/assets/cds/template_vfmodule.json deleted file mode 100644 index bde231e0..00000000 --- a/robot/assets/cds/template_vfmodule.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "modelInfo": { - "modelType": "vfModule", - "modelName": "${vf_module_model_name}", - "modelVersionId": "${vf_module_model_version_id}", - "modelCustomizationId": "${vf_module_model_customization_id}" - }, - "instanceName": "${vf_module_name}", - "instanceParams": [ - { - "vfw_param1": "24", - "vfw_param2": "24", - "vfw_param3": "24" - } - ] -} |