diff --git a/CODEOWNERS b/CODEOWNERS index 1b3b557..7068606 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/opensearch/resource_saved_objects.go b/opensearch/resource_saved_objects.go index 59a8471..3308dd3 100644 --- a/opensearch/resource_saved_objects.go +++ b/opensearch/resource_saved_objects.go @@ -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,