Skip to content

Commit

Permalink
Supress diff for created_at, managed and typeMigrationVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinbui authored Sep 28, 2023
1 parent 1231153 commit 7537a31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kb/diff_suppress_funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ func suppressEquivalentNDJSON(k, old, new string, d *schema.ResourceData) bool {
"migrationVersion": nil,
"references": nil,
"sort": nil,
"created_at": nil,
"managed": nil,
"typeMigrationVersion": nil,
}

// NDJSON mean sthat each line correspond to JSON struct
Expand Down

0 comments on commit 7537a31

Please sign in to comment.