Skip to content

Commit b9d9128

Browse files
authored
Merge pull request #66 from pksunkara/patch-1
2 parents 235f393 + aca3303 commit b9d9128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func Provider() terraform.ResourceProvider {
1111
Schema: map[string]*schema.Schema{
1212
"token": &schema.Schema{
1313
Type: schema.TypeString,
14-
Required: true,
14+
Optional: true,
1515
DefaultFunc: schema.EnvDefaultFunc("SENTRY_TOKEN", nil),
1616
Description: "The authentication token used to connect to Sentry",
1717
},

0 commit comments

Comments
 (0)