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.
2 parents 235f393 + aca3303 commit b9d9128Copy full SHA for b9d9128
sentry/provider.go
@@ -11,7 +11,7 @@ func Provider() terraform.ResourceProvider {
11
Schema: map[string]*schema.Schema{
12
"token": &schema.Schema{
13
Type: schema.TypeString,
14
- Required: true,
+ Optional: true,
15
DefaultFunc: schema.EnvDefaultFunc("SENTRY_TOKEN", nil),
16
Description: "The authentication token used to connect to Sentry",
17
},
0 commit comments