Managing Deprecated Services and Attributes in Azurerm Provider for Terraform on Azure
An issue was encountered while creating resources using Terraform on Azure with GitHub Actions. Specifically, Microsoft.TimeSeriesInsights in Azurerm provider version 3.71.0 is no longer supported, which required an upgrade to Azurerm provider version 3.9.0.
What strategies can be implemented to prevent this issue in the future? Are there options to:
1. Receive email notifications about deprecated or unsupported services or attributes to promptly update to the latest Azurerm provider version?
2. Configure Terraform to automatically use newer versions without needing to update the code? 3. Get notified when warnings about deprecated or unsupported services or attributes in newer versions appear during workflow runs?