Skip to content

Commit 54234d3

Browse files
authored
Merge pull request #508 from atishya-22/patch-1
Suppress partition resource changed for TF for total_bytes prop
2 parents 0c5f784 + fc699b4 commit 54234d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sumologic/resource_sumologic_partition.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ 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+
},
6063
},
6164
"data_forwarding_id": {
6265
Type: schema.TypeString,

0 commit comments

Comments
 (0)