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 235f393 commit aca3303Copy full SHA for aca3303
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