aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalidTabYamlStructure.yaml
blob: 9cc18cef356322772108be29b991d8da40ce337c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
### Heat Template ###
description: Generated template
heat_template_version: 2013-05-23
parameters: {}
resources:
  Key_1_unique:
    properties:
      admin_state_up: true
      name: name_notReleventForTest
      shared: true
    type: type_notReleventForTest	
  Key_2_unique:
    properties:
      admin_state_up: true
      name: name_notReleventForTest
      shared: true
    type: type_notReleventForTest
  Key_3_unique:
    properties:
      admin_state_up: true
      name: name_notReleventForTest
      shared: true
    type: type_notReleventForTest