Skip to content

Commit 47fc3e6

Browse files
committed
make Behavior during save visible for users
1 parent 4e4f123 commit 47fc3e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deployments/deployment-path.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ node_types:
4040
constraints:
4141
- valid_values: [ "Remain Powered On", "Power Off", "Inherited" ]
4242
default: "Inherited"
43-
tags: []
43+
tags: [ user_input ]
4444
VM Resource Pool:
4545
type: string
4646
description: "The vCenter Resource Pool in which the VM will be created. Should be under the defined V
@@ -156,7 +156,7 @@ node_types:
156156
constraints:
157157
- valid_values: [ "Remain Powered On", "Power Off", "Inherited" ]
158158
default: "Inherited"
159-
tags: []
159+
tags: [ user_input ]
160160
VM Resource Pool:
161161
type: string
162162
description: "The vCenter Resource Pool in which the VM will be created. Should be under the defined
@@ -278,7 +278,7 @@ node_types:
278278
constraints:
279279
- valid_values: ["Remain Powered On", "Power Off", "Inherited"]
280280
default: "Inherited"
281-
tags: []
281+
tags: [ user_input ]
282282
VM Resource Pool:
283283
type: string
284284
description: "The vCenter Resource Pool in which the VM will be created. Should be under the defined
@@ -405,7 +405,7 @@ node_types:
405405
constraints:
406406
- valid_values: [ "Remain Powered On", "Power Off", "Inherited" ]
407407
default: "Inherited"
408-
tags: []
408+
tags: [ user_input ]
409409
VM Resource Pool:
410410
type: string
411411
description: "The vCenter Resource Pool in which the VM will be created. Should be under the defined

0 commit comments

Comments
 (0)