-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_data_protection_backup_vault - ZoneRedundancy option not accepted #24530
Comments
Thanks for taking the time to submit this issue. I do see that the version was updated in #24143, which means that the original enhancement request in #21300 is no longer blocked by a version update. We like to try to keep discussions consolidated, so we’re going to close this new issue in favor of #21300 since the two issues are asking for the same enhancement. |
*changed the closure type to match duplicate |
Hi @marcelloformica I have submitted PR #24556 to support |
This functionality has been released in v3.89.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Is there an existing issue for this?
Community Note
Terraform Version
1.6.6
AzureRM Provider Version
3.87.0
Affected Resource(s)/Data Source(s)
azurerm_data_protection_backup_vault
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
azurerm_data_protection_backup_vault should support also zone redundancy, besides GeoRedundant and LocallyRedundant types, so that we have a feature parity with (for example), creation from Azure Portal.
In #21300 it was explained that this requires API version bump from 2022-04-01 to 2023-01-01; I see that this version upgrade has been done later, in #24143, is anything else required to allow this redundancy type?
Actual Behaviour
Error: expected redundancy to be one of ["GeoRedundant" "LocallyRedundant"], got ZoneRedundant
Steps to Reproduce
terraform apply of the above sample code, passing 'ZoneRedundant' as value for var.bvault_redundancy
Important Factoids
No response
References
#21300
#24143
The text was updated successfully, but these errors were encountered: