Skip to content

inputs-pruning-not-consumed-anymore-v3

Variable Service Template

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

tosca_definitions_version: tosca_variability_1_0_rc_3
topology_template:
    variability:
        options:
            technology_required: false
            enrich_technologies: false
    inputs:
        some_input:
            type: string
    node_templates:
        container:
            type: container
            conditions: false
            persistent: true
            properties:
                some_property:
                    get_input: some_input

Variability-Resolved Service Template

The following variability-resolved service template is expected.

tosca_definitions_version: tosca_simple_yaml_1_3

Last update: September 5, 2024