Skip to content

properties-throw-ambiguous-property

Variable Service Template

The variability of the following variable service template shall be resolved.

1
2
3
4
5
6
7
8
9
tosca_definitions_version: tosca_variability_1_0
topology_template:
    node_templates:
        node_one:
            type: node_one
            properties:
                - key_one: value_one
                - key_one: value_one
                - key_two: value_two

Expected Error

The following error is expected to be thrown, when resolving variability.

Property "key_one@1" of node "node_one" is ambiguous

Last update: November 18, 2024