Skip to content

Commit 610907d

Browse files
committed
Update docs for mapping schema fields
1 parent ba0e327 commit 610907d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es/resource_elasticsearch_index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ var (
354354
// Other attributes
355355
"mappings": {
356356
Type: schema.TypeString,
357-
Description: "A JSON string defining how documents in the index, and the fields they contain, are stored and indexed. To avoid the complexities of field mapping updates, updates of this field are not allowed via this provider. See the upstream [Elasticsearch docs](https://www.elastic.co/guide/en/elasticsearch/reference/6.8/indices-put-mapping.html#updating-field-mappings) for more details.",
357+
Description: "A JSON string defining how documents in the index, and the fields they contain, are stored and indexed. Mappings may be updated on an existing index only if adding a new field to an existing mapping. See the upstream [Elasticsearch docs](https://www.elastic.co/guide/en/elasticsearch/reference/6.8/indices-put-mapping.html#updating-field-mappings) for more details.",
358358
Optional: true,
359359
ValidateFunc: validation.StringIsJSON,
360360
},

0 commit comments

Comments
 (0)