Skip to content

Commit e677dc2

Browse files
committed
SUMO-172016 fixup
1 parent 9b5b8f9 commit e677dc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sumologic/provider.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ func Provider() terraform.ResourceProvider {
1818
Schema: map[string]*schema.Schema{
1919
"access_id": {
2020
Type: schema.TypeString,
21-
Required: true,
21+
Optional: true,
2222
DefaultFunc: schema.EnvDefaultFunc("SUMOLOGIC_ACCESSID", nil),
2323
},
2424
"access_key": {
2525
Type: schema.TypeString,
26-
Required: true,
26+
Optional: true,
2727
DefaultFunc: schema.EnvDefaultFunc("SUMOLOGIC_ACCESSKEY", nil),
2828
},
2929
"auth_jwt": {
3030
Type: schema.TypeString,
31-
Required: true,
31+
Optional: true,
3232
DefaultFunc: schema.EnvDefaultFunc("SUMOLOGIC_AUTHJWT", nil),
3333
},
3434
"environment": {

0 commit comments

Comments
 (0)