Files
tosca-parser/samples/tests/data/functions/test_invalid_input.yaml
Miguel Caballer ef82e15b2d Fixes validation of input name in functions.
Closes-Bug: 2104016

Change-Id: Ie4165200fb03cb9afab9f9d2a232373c7469cd31
2025-05-19 05:55:19 +00:00

19 lines
415 B
YAML

tosca_definitions_version: tosca_simple_yaml_1_0
description: Template for deploying a single server with invalid input function.
topology_template:
inputs:
cpus:
type: integer
description: Number of CPUs
default: 1
node_templates:
server:
type: tosca.nodes.Compute
capabilities:
host:
properties:
num_cpus: { get_input: non_existent_input }