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 9b5b8f9 commit e677dc2Copy full SHA for e677dc2
sumologic/provider.go
@@ -18,17 +18,17 @@ func Provider() terraform.ResourceProvider {
18
Schema: map[string]*schema.Schema{
19
"access_id": {
20
Type: schema.TypeString,
21
- Required: true,
+ Optional: true,
22
DefaultFunc: schema.EnvDefaultFunc("SUMOLOGIC_ACCESSID", nil),
23
},
24
"access_key": {
25
26
27
DefaultFunc: schema.EnvDefaultFunc("SUMOLOGIC_ACCESSKEY", nil),
28
29
"auth_jwt": {
30
31
32
DefaultFunc: schema.EnvDefaultFunc("SUMOLOGIC_AUTHJWT", nil),
33
34
"environment": {
0 commit comments