Skip to content

Commit

Permalink
dms/endpoint: Remove unnecessary default
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Nov 8, 2023
1 parent 1633b65 commit 357ee9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/service/dms/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ func ResourceEndpoint() *schema.Resource {
"pause_replication_tasks": {
Type: schema.TypeBool,
Optional: true,
Default: false,
},
"port": {
Type: schema.TypeInt,
Expand Down

0 comments on commit 357ee9d

Please sign in to comment.