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 "+1" or "me too" comments, 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
Description
When defining an azure backup policy for a vm in the Azure Console you can enable tiering to move recovery points to an archive tier of the recovery services vault.
It would be great if this were exposed through the azurerm_backup_policy_vm resource.
The underlying API seems to support it.
New or Affected Resource(s)/Data Source(s)
azurerm_backup_policy_vm
Potential Terraform Configuration
# no tiering is the default no extra variablesresource"azurerm_backup_policy_vm""example" {
...
}
# enable recommended tieringresource"azurerm_backup_policy_vm""example" {
...tiering="recommended"
}
# enable eligible tiering after 3 monthsresource"azurerm_backup_policy_vm""example" {
...tiering="eligible"tiering_eligible_period=3
}
Any update on this please? Has the potential to save customers quite a lot of money. Currently deploying via AzApi but it would be good to get native support.
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
Description
When defining an azure backup policy for a vm in the Azure Console you can enable tiering to move recovery points to an archive tier of the recovery services vault.
It would be great if this were exposed through the azurerm_backup_policy_vm resource.
The underlying API seems to support it.
New or Affected Resource(s)/Data Source(s)
azurerm_backup_policy_vm
Potential Terraform Configuration
References
https://learn.microsoft.com/en-us/azure/backup/archive-tier-support
https://learn.microsoft.com/en-us/azure/backup/backup-azure-arm-userestapi-createorupdatepolicy
The text was updated successfully, but these errors were encountered: