From 046938b5f92f41c8849d01221018ce58e7237ba9 Mon Sep 17 00:00:00 2001 From: Jian Yuan Lee Date: Wed, 3 Jun 2020 21:55:54 +0100 Subject: [PATCH] Fix syntax error --- sentry/resource_sentry_project.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry/resource_sentry_project.go b/sentry/resource_sentry_project.go index 759bd7fd5..572af97fe 100644 --- a/sentry/resource_sentry_project.go +++ b/sentry/resource_sentry_project.go @@ -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, },