Skip to content

Commit 3b6a53c

Browse files
committed
SUMO-170407: fixed default val
1 parent 0193377 commit 3b6a53c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sumologic/resource_sumologic_connection.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ func resourceSumologicConnection() *schema.Resource {
8484
Type: schema.TypeString,
8585
Optional: true,
8686
ValidateFunc: validation.StringInSlice([]string{"Incident", "Event", ""}, false),
87-
Default: "",
8887
},
8988
},
9089
}

0 commit comments

Comments
 (0)