cankarm opened this issue 5 years ago · 1 comments
The TOSCA standard treats all number values in the yaml files as strings, e.g.:
all count: 5
count: 5
should be
count: "5"
see example in the figure:
Fixed in latest master.
master