diff --git a/utils/generateJsonDatasources b/utils/generateJsonDatasources index dc4dd0687..bbbb3e0d6 100755 --- a/utils/generateJsonDatasources +++ b/utils/generateJsonDatasources @@ -106,19 +106,19 @@ func DataNetboxJSON${SECTION}${ITEM}List() *schema.Resource { Schema: map[string]*schema.Schema{ "filter": { - Type: schema.TypeSet, - Optional: true, + Type: schema.TypeSet, + Optional: true, Description: "Filter the records returned by the query.", Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ "name": { - Type: schema.TypeString, - Required: true, + Type: schema.TypeString, + Required: true, Description: "Name of the field to use for filtering.", }, "value": { - Type: schema.TypeString, - Required: true, + Type: schema.TypeString, + Required: true, Description: "Value of the field to use for filtering.", }, },