You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for taking the time to submit this issue. It looks like this has been resolved as of #24900. As such, I am going to mark this issue as closed. If that is not the case, please provide additional information including the version in which you are still experiencing this issue, thanks!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.7.1
AzureRM Provider Version
3.91.0
Affected Resource(s)/Data Source(s)
azurerm_log_analytics_workspace_table
Terraform Configuration Files
Debug Output/Panic Output
Error: expected total_retention_in_days to be in the range (30 - 730), got 1095
Expected Behaviour
Like described in https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/log_analytics_workspace_table, I expect correct validation of total_retention_in_days param, which should allow numbers from 30 and 4383.
Actual Behaviour
Error: expected total_retention_in_days to be in the range (30 - 730), got 1095
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: