Skip to content

Commit

Permalink
Add optional name to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bemica committed Jan 5, 2023
1 parent d9f339a commit 1c8a0ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opensearch/resource_saved_objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ func resourceSavedObjects() *schema.Resource {
Type: schema.TypeString,
Required: true,
},
"name": {
Type: schema.TypeString,
Optional: true,
},
"type": {
Type: schema.TypeString,
Required: true,
Expand Down

0 comments on commit 1c8a0ae

Please sign in to comment.