Fix strings in naming policy
[policy/models.git] / models-examples / src / main / resources / policies / sdnc.policy.naming.input.tosca.yaml
index 77c5a0c..b8df62b 100644 (file)
@@ -25,9 +25,9 @@ topology_template:
                         increment-sequence:
                             max: zzz
                             scope: ENTIRETY
-                            start-value: 1
+                            start-value: '1'
                             length: 3
-                            increment: 1
+                            increment: '1'
                             sequence-type: alpha-numeric
                     -   property-name: NFC_NAMING_CODE
                     -   property-value: _
@@ -44,7 +44,7 @@ topology_template:
                         increment-sequence:
                             max: zzz
                             scope: PRECEEDING
-                            start-value: 1
+                            start-value: '1'
                             length: 3
-                            increment: 1
+                            increment: '1'
                             sequence-type: alpha-numeric