Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyuan committed Jun 3, 2020
1 parent 65755af commit 046938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/resource_sentry_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func resourceSentryProject() *schema.Resource {
},
"resolve_age": {
Type: schema.TypeInt,
Optional: true
Optional: true,
Description: "Hours in which an issue is automatically resolve if not seen after this amount of time.",
Computed: true,
},
Expand Down

0 comments on commit 046938b

Please sign in to comment.