caf-site-recovery

aztfmod/caf-site-recovery/azurerm

Terraform Module HCL AZURERM ✓ Verified

Azure Site Recovery and Backup Vault module for Cloud Adoption Framework for Azure landing zones

Install
module "caf-site-recovery" {
source = "aztfmod/caf-site-recovery/azurerm"
version = "2.0.0"
}
plain text: /constructs/tfmod-aztfmod-caf-site-recovery-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

![Gitter](https://gitter.im/aztfmod/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) 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)
NameTypeDescriptionDefault
namestring(Required) name of the ASR vault required
tagsstring(Required) tags to be applied to ASR vault required
la_workspace_idstring(Required) Log Analytics Repository required
diagnostics_mapstring(Required) Map with the diagnostics repository information required
diagnostics_settingsstring(Required) Map with the diagnostics settings for ASR deployment required
conventionstring(Required) Naming convention method to use required
resource_group_namestring(Required) Resource group name required
locationstring(Required) Location of the site recovery vault. required
postfixstring(Optional) You can use a postfix to the name of the resource""
prefixstring(Optional) You can use a prefix to the name of the resource""
max_lengthstring(Optional) You can speficy a maximum length to the name of the resource""
soft_delete_enabledbool(Optional) Enable soft delete enable for this Vaulttrue
Outputs (3)
id — Output the object ID
name — Output the object name
object — Output the full object
Resources (2)
azurecaf_naming_conventionazurerm_recovery_services_vault
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud AZURERM
★ Stars4
Forks7
Total downloads10.0k
Inputs12
Outputs3
Resources2
Examples1
LicenseMIT
Namespaceaztfmod
Updated