-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for azurerm_recovery_services_vault Enable Always-on soft delete #23557
Comments
@DevopsMercenary Thank you for taking the time to open this feature request! |
The current terraform setting This would be another reason to support this flag, like the immutability vault option (already implemented). Our config/setting:
Terraform output:
|
This would be really helpful! When I use "soft_delete_enabled = true", it sets the "Enable soft delete and security settings for hybrid workloads" setting, but it doesn't set "Enable soft delete for cloud workloads" or "Enable Always-on soft delete" (where the former is a pre-requisite for the latter), so it would be great if all of those could be exposed via Terraform. |
This comment was marked as off-topic.
This comment was marked as off-topic.
…very_services_vault Supersede soft_delete_state (boolean) by soft_delete_status (String)
Additionally, it would be great to have support for "Soft delete retention period (for cloud and hybrid workloads)" - defaults to 14 days but can go up to 180: https://learn.microsoft.com/en-us/azure/backup/backup-azure-enhanced-soft-delete-configure-manage?tabs=recovery-services-vault API value is |
Is there an existing issue for this?
Community Note
Description
Please add support for the new checkbox 'Enable Always-on soft delete'
When in the console this is under Recovery Services vault / Settings / Properties / Security Settings
https://learn.microsoft.com/en-us/rest/api/recoveryservices/vaults/create-or-update?tabs=HTTP#softdeletestate
Possiblily changing soft_delete_enabled = true. to soft_delete_state = "AlwaysON"
New or Affected Resource(s)/Data Source(s)
azurerm_recovery_services_vault
Potential Terraform Configuration
References
No response
The text was updated successfully, but these errors were encountered: