backup_vault/backup_vault_instance_disk¶
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_disk.backup_vault_instance["azurerm_data_protection_backup_instance_disk.backup_vault_instance"]
Module Reference¶
Category: backup_vault
Path: modules/backup_vault/backup_vault_instance_disk
Azure Resources: azurerm_data_protection_backup_instance_disk
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 | - |
- | |
"disk_id" |
"Identifier of the disk to be used." | string |
yes | - |
- |
"snapshot_resource_group_name" |
"The name of the Resource Group where snapshots are stored." | string |
yes | - |
- |
"backup_policy_id" |
"The ID of the backup vault policy to be used." | string |
yes | - |
- |
Outputs¶
No outputs defined.
Sources¶
modules/backup_vault/backup_vault_instance_disk/backup_vault_instance_disk.tfmodules/backup_vault/backup_vault_instance_disk/variables.tf