Skip to content

backup_vault/backup_vault_instance_blob_storage

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurerm_data_protection_backup_instance_blob_storage.backup_vault_instance["azurerm_data_protection_backup_instance_blob_storage.backup_vault_instance"]

Module Reference

Category: backup_vault
Path: modules/backup_vault/backup_vault_instance_blob_storage
Azure Resources: azurerm_data_protection_backup_instance_blob_storage

Inputs

Name Description Type Required Default Validation
"location" "(Required) Specifies the supported Azure location where to create the resource. Changing this forces a new resource ... string yes - -
"settings" "The settings for the Azure resource." any yes - -
"vault_id" any yes - -
"storage_account_id" "Identifier of the storage account ID to be used." string yes - -
"backup_policy_id" "The ID of the backup vault policy to be applied." string yes - -

Outputs

No outputs defined.

Sources

  • modules/backup_vault/backup_vault_instance_blob_storage/backup_vault_instance_blob_storage.tf
  • modules/backup_vault/backup_vault_instance_blob_storage/variables.tf