aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/sdc/templates/sdc_resource_add_input.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/sdc/templates/sdc_resource_add_input.json.j2')
-rw-r--r--src/onapsdk/sdc/templates/sdc_resource_add_input.json.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/src/onapsdk/sdc/templates/sdc_resource_add_input.json.j2 b/src/onapsdk/sdc/templates/sdc_resource_add_input.json.j2
index 1964f36..feb22ca 100644
--- a/src/onapsdk/sdc/templates/sdc_resource_add_input.json.j2
+++ b/src/onapsdk/sdc/templates/sdc_resource_add_input.json.j2
@@ -22,11 +22,11 @@
"schemaType":"",
"type":"{{ property.property_type }}",
"uniqueId":"{{ sdc_resource.unique_identifier }}.{{ property.name }}",
- {% if property.value is not none %}
+ {%- if property.value is not none %}
"value":"{{ property.value }}",
{% else %}
"value":null,
- {% endif %}
+ {%- endif %}
"definition":false,
"getInputValues":null,
"parentPropertyType":null,