1 tosca_definitions_version: tosca_simple_yaml_1_0
 
   4   Tosca template for testing unknown attribute name in get_attribute
 
  14       type: tosca.nodes.Compute
 
  22             implementation: start_server.sh
 
  24               image_id: { get_input: image_id }
 
  28       value: { get_attribute: [ server, unknown_attribute ] }