Skip to content

Commit 3c09140

Browse files
author
Abhishek Singh
committed
SUMO-254792: Marking Computed True
1 parent 3233605 commit 3c09140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sumologic/resource_sumologic_log_search.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func resourceSumologicLogSearch() *schema.Resource {
4848
"interval_time_type": {
4949
Type: schema.TypeString,
5050
Optional: true,
51+
Computed: true,
5152
ValidateFunc: validation.StringInSlice(
5253
[]string{"messageTime", "receiptTime", "searchableTime"}, false,
5354
),

0 commit comments

Comments
 (0)