Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Community Note
- 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.
Description
Currently, when using the azurerm_data_protection_backup_instance_blob_storage resource in Terraform, a lock is automatically applied to the associated Storage Account. This lock can interfere with other tasks.
I would like to propose adding a new flag or configuration option to the azurerm_data_protection_backup_instance_blob_storage resource that would delete the lock right after it is created, e.g. through a remove_storage_account_lock = true
property.
New or Affected Resource(s)/Data Source(s)
azurerm_data_protection_backup_instance_blob_storage
Potential Terraform Configuration
`remove_storage_account_lock = true`
References
No response
Activity