Skip to content

Commit

Permalink
Remove validation
Browse files Browse the repository at this point in the history
  • Loading branch information
lego963 committed Mar 19, 2021
1 parent 14482c5 commit f4908c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions opentelekomcloud/common/tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ import (
// TagsSchema returns the schema to use for tags.
func TagsSchema() *schema.Schema {
return &schema.Schema{
Type: schema.TypeMap,
Optional: true,
ValidateFunc: ValidateECSTagValue,
Type: schema.TypeMap,
Optional: true,
}
}

Expand Down

0 comments on commit f4908c3

Please sign in to comment.