resource "azurerm_data_protection_backup_instance_data_lake_storage"
01:26 04 May 2026

I just wanted to know , for this resource storage containers attribute - If we have 10 containers , we should add all the containers names in storage_container_names ? For example if we take a backup of 10 containers and in future if we add more containers for that particular storage account , how can we take backup for newly added containers through TF. I have a multiple storage accounts/containers, how can i take backup ?

terraform azure-backup-vault