Open Shishqa opened 5 months ago
Thanks @Shishqa for catching this. Yes, all TOSCA version values in TOSCA files must be quoted, since the YAML parser will automatically convert unquoted 2-unit version values to floats. We will go through the draft of the spec to correct all examples.
Note however, that the same does not necessarily apply to version values in TOSCA.meta files, since those files are not defined to be YAML files.
Hi! I've recently noticed that TOSCA 2.0 spec contains the note about the necessity of wrapping 2-unit version value with quotes (link)
However, all the examples contain not enclosed version values. Some links:
Could you please clarify the actual state spec here? Should
version
values be enclosed?