Skip to content

Commit

Permalink
Fixes typo in total_retention_in_days
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Barbaro committed Feb 2, 2024
1 parent e0bc54b commit 759f6b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type LogAnalyticsWorkspaceTableResourceModel struct {
WorkspaceId string `tfschema:"workspace_id"`
Plan string `tfschema:"plan"`
RetentionInDays int64 `tfschema:"retention_in_days"`
TotalRetentionInDays int64 `tfschema:"total_retention_in_datys"`
TotalRetentionInDays int64 `tfschema:"total_retention_in_days"`
}

func (r LogAnalyticsWorkspaceTableResource) CustomizeDiff() sdk.ResourceFunc {
Expand Down

0 comments on commit 759f6b6

Please sign in to comment.