caf-site-recovery
aztfmod/caf-site-recovery/azurerm
Azure Site Recovery and Backup Vault module for Cloud Adoption Framework for Azure landing zones
Install
README
 Deploys an Azure Site Recovery Vault Creates the Azure Site Recovery Vault in a given region Reference the module to a specific version (recommended): ``hcl module "site_recovery" { source = "aztfmod/caf-site-recovery/azurerm" version = "0.x.y" resource_group_name = var.rg name = var.name location = var.location tags = var.tags opslogs_retention_period = var.retention diagnostics_map = var.diagsmap la_workspace_id = var.laworkspace.id } `` Inputs | Name | Type | Default | Description | | -- | -- | -- | -- | | resource_group_name | string | None | (Required) Name of the resource group where to create the resource. Changing this forces a new resource to be created. | | location | string | N
Inputs (12)
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | (Required) name of the ASR vault | required |
| tags | string | (Required) tags to be applied to ASR vault | required |
| la_workspace_id | string | (Required) Log Analytics Repository | required |
| diagnostics_map | string | (Required) Map with the diagnostics repository information | required |
| diagnostics_settings | string | (Required) Map with the diagnostics settings for ASR deployment | required |
| convention | string | (Required) Naming convention method to use | required |
| resource_group_name | string | (Required) Resource group name | required |
| location | string | (Required) Location of the site recovery vault. | required |
| postfix | string | (Optional) You can use a postfix to the name of the resource | "" |
| prefix | string | (Optional) You can use a prefix to the name of the resource | "" |
| max_length | string | (Optional) You can speficy a maximum length to the name of the resource | "" |
| soft_delete_enabled | bool | (Optional) Enable soft delete enable for this Vault | true |
Outputs (3)
id — Output the object IDname — Output the object nameobject — Output the full object