Skip to content

Commit

Permalink
bugfix: remove volatile fields from the default output
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Jan 16, 2025
1 parent 7f234f4 commit 7f206e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FEATURES:

BUG FIXES:
- Fix a bug that query parameters and headers don't work properly with unknown values
- Fix more edge cases that the provider produced inconsistent result after apply when default output feature is enabled.

## v2.2.0

Expand Down
3 changes: 3 additions & 0 deletions internal/services/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@ func volatileFieldList() []string {
"lastModifiedAt",
"lastModifiedBy",
"lastModifiedByType",
"freeTrialRemainingTime",
"trialDaysRemaining",
"daysTrialRemaining",
}
}

0 comments on commit 7f206e5

Please sign in to comment.