We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65755af commit 046938bCopy full SHA for 046938b
sentry/resource_sentry_project.go
@@ -85,7 +85,7 @@ func resourceSentryProject() *schema.Resource {
85
},
86
"resolve_age": {
87
Type: schema.TypeInt,
88
- Optional: true
+ Optional: true,
89
Description: "Hours in which an issue is automatically resolve if not seen after this amount of time.",
90
Computed: true,
91
0 commit comments