Skip to content

Commit 58fd279

Browse files
authored
Merge pull request #751 from SumoLogic/revert-508-patch-1
Revert "Suppress partition resource changed for TF for total_bytes prop"
2 parents 54234d3 + 366480b commit 58fd279

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sumologic/resource_sumologic_partition.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ func resourceSumologicPartition() *schema.Resource {
5757
"total_bytes": {
5858
Type: schema.TypeInt,
5959
Computed: true,
60-
DiffSuppressFunc: func(k, old, new string, d *schema.ResourceData) bool {
61-
return true
62-
},
6360
},
6461
"data_forwarding_id": {
6562
Type: schema.TypeString,

0 commit comments

Comments
 (0)