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 3233605 commit 3c09140Copy full SHA for 3c09140
sumologic/resource_sumologic_log_search.go
@@ -48,6 +48,7 @@ func resourceSumologicLogSearch() *schema.Resource {
48
"interval_time_type": {
49
Type: schema.TypeString,
50
Optional: true,
51
+ Computed: true,
52
ValidateFunc: validation.StringInSlice(
53
[]string{"messageTime", "receiptTime", "searchableTime"}, false,
54
),
0 commit comments