Skip to content

Commit

Permalink
azurerm_log_analytics_workspace_table - Update total_retention_in_d…
Browse files Browse the repository at this point in the history
…ays to 4383 (hashicorp#24900)
  • Loading branch information
mikemadeja authored and rizkybiz committed Feb 21, 2024
1 parent 59f8cab commit ae0dd8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (r LogAnalyticsWorkspaceTableResource) Arguments() map[string]*pluginsdk.Sc
"total_retention_in_days": {
Type: pluginsdk.TypeInt,
Optional: true,
ValidateFunc: validation.Any(validation.IntBetween(30, 730), validation.IntInSlice([]int{7})),
ValidateFunc: validation.Any(validation.IntBetween(30, 4383), validation.IntInSlice([]int{7})),
},
}
}
Expand Down

0 comments on commit ae0dd8b

Please sign in to comment.