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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
The log contains sensitive info, and we do not have time to sanitize it. Please use the STR.
Expected Behaviour
No deprecated resource warning. or one with the correct replacement resource.
Actual Behaviour
Plan: 1 to import, 0 to add, 0 to change, 0 to destroy.
╷
│ Warning: Deprecated Resource
│
│ with azurerm_virtual_machine_restore_point_collection.AzureBackup_VM-01,
│ on main.tf line 6, in resource "azurerm_virtual_machine_restore_point_collection" "AzureBackup_VM-01":
│ 6: resource "azurerm_virtual_machine_restore_point_collection" "AzureBackup_VM-01" {
│
│ The "azurerm_virtual_machine_restore_point_collection" resource has been deprecated and replaced by the
│ "azurerm_virtual_machine_restore_point_collection" resource.
│
│ The existing "azurerm_virtual_machine_restore_point_collection" resource will remain available until the next
│ major version of the Azure Provider however the existing resource is feature-frozen
│ and we recommend using the "azurerm_virtual_machine_restore_point_collection" resource instead.
Steps to Reproduce
Try to import an azurerm_virtual_machine_restore_point_collection resource using the import.tf file and terraform plan/apply.
Note: this also occurs just by running terraform plan if the azurerm_virtual_machine_restore_point_collection resource is already imported.
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Community Note
Terraform Version
1.8.5
AzureRM Provider Version
4.3.0
Affected Resource(s)/Data Source(s)
azurerm_virtual_machine_restore_point_collection
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No deprecated resource warning. or one with the correct replacement resource.
Actual Behaviour
Plan: 1 to import, 0 to add, 0 to change, 0 to destroy.
╷
│ Warning: Deprecated Resource
│
│ with azurerm_virtual_machine_restore_point_collection.AzureBackup_VM-01,
│ on main.tf line 6, in resource "azurerm_virtual_machine_restore_point_collection" "AzureBackup_VM-01":
│ 6: resource "azurerm_virtual_machine_restore_point_collection" "AzureBackup_VM-01" {
│
│ The "azurerm_virtual_machine_restore_point_collection" resource has been deprecated and replaced by the
│ "azurerm_virtual_machine_restore_point_collection" resource.
│
│ The existing "azurerm_virtual_machine_restore_point_collection" resource will remain available until the next
│ major version of the Azure Provider however the existing resource is feature-frozen
│ and we recommend using the "azurerm_virtual_machine_restore_point_collection" resource instead.
Steps to Reproduce
Try to import an azurerm_virtual_machine_restore_point_collection resource using the import.tf file and terraform plan/apply.
Note: this also occurs just by running terraform plan if the azurerm_virtual_machine_restore_point_collection resource is already imported.
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: