Skip to content

Commit

Permalink
Fix providerlint 'S019: schema should omit Computed, Optional, or Req…
Browse files Browse the repository at this point in the history
…uired set to false'.
  • Loading branch information
ewbankkit committed Mar 23, 2023
1 parent c027741 commit 42055bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/service/appmesh/mesh.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@ func dataSourceSchemaFromResourceSchema(rs map[string]*schema.Schema) map[string
func dataSourcePropertyFromResourceProperty(rs *schema.Schema) *schema.Schema {
ds := &schema.Schema{
Computed: true,
ForceNew: false,
Required: false,
Description: rs.Description,
Type: rs.Type,
}
Expand Down

0 comments on commit 42055bf

Please sign in to comment.