Skip to content

Commit

Permalink
Merge pull request #15 from moia-oss/schema-fix
Browse files Browse the repository at this point in the history
Add optional `name` to schema
  • Loading branch information
oppermax authored Jan 6, 2023
2 parents d9f339a + ef84e8e commit 8a333c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# the repo. Unless a later match takes precedence,
# mentioned account names will be requested for
# review when someone opens a pull request.
* @msiuts @bemica @oppermax @cbrgm
* @msiuts @bemica @oppermax @cbrgm @VFUC
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 8a333c3

Please sign in to comment.