Skip to content

Commit 9296727

Browse files
committed
[ignore] Modified mso_schema_template_contract_service_chaining by adding options to node_filter
1 parent 9303193 commit 9296727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mso/resource_mso_schema_template_contract_service_chaining.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ func resourceMSOSchemaTemplateContractServiceChaining() *schema.Resource {
5151
"node_filter": {
5252
Type: schema.TypeString,
5353
Optional: true,
54-
Default: "allow-all",
55-
ValidateFunc: validation.StringLenBetween(1, 100),
54+
Computed: true,
55+
ValidateFunc: validation.StringInSlice([]string{"allow-all", "filters-from-contract"}, false),
5656
},
5757
"service_nodes": {
5858
Type: schema.TypeList,

0 commit comments

Comments
 (0)