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 0193377 commit 3b6a53cCopy full SHA for 3b6a53c
sumologic/resource_sumologic_connection.go
@@ -84,7 +84,6 @@ func resourceSumologicConnection() *schema.Resource {
84
Type: schema.TypeString,
85
Optional: true,
86
ValidateFunc: validation.StringInSlice([]string{"Incident", "Event", ""}, false),
87
- Default: "",
88
},
89
90
}
0 commit comments