Skip to content

properties-throw-missing-property-container

Variable Service Template

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

1
2
3
4
5
6
7
8
tosca_definitions_version: tosca_variability_1_0
topology_template:
  node_templates:
    node_one:
      type: node_one
      properties:
        key_one: value_one
      conditions: false

Expected Error

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

Container of property "key_one@0" of node "node_one" does not exist

Last update: April 28, 2024