Skip to content

artifacts-throw-ambiguous-artifact

Variable Service Template

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

tosca_definitions_version: tosca_variability_1_0
topology_template:
  node_templates:
    node_one:
      type: node
      artifacts:
        - artifact_one:
            type: artifact_a
        - artifact_one:
            type: artifact_b

Expected Error

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

Artifact "artifact_one@1" of node "node_one" is ambiguous

Last update: April 28, 2024