vm-backup

claranet/vm-backup/azurerm

Terraform Module HCL AZURERM

Terraform module to enable Azure Backup policy on Azure VM

Install
module "vm-backup" {
source = "claranet/vm-backup/azurerm"
version = "6.0.0"
}
plain text: /constructs/tfmod-claranet-vm-backup-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Azure VM - Enable backup ![Changelog](CHANGELOG.md) ![Notice](NOTICE) ![Apache V2 License](LICENSE) ![TF Registry](https://registry.terraform.io/modules/claranet/vm-backup/azurerm/) This terraform module enable VM backup protection on the specified instance. Global versioning rule for Claranet Azure modules | Module version | Terraform version | AzureRM version | | -------------- | ----------------- | --------------- | | >= 6.x.x | 1.x | >= 3.0 | | >= 5.x.x | 0.15.x | >= 2.0 | | >= 4.x.x | 0.13.x / 0.14.x | >= 2.0 | | >= 3.x.x | 0.12.x | >= 2.0 | | >= 2.x.x | 0.12.x | < 2.0 | | < 2.x.x | 0.11.x | < 2.0 | Usage This module is optimized to work with the Claranet terraform-wrapper tool which set some terraform variables in the environment needed by this module. More details about variables se

Inputs (4)
NameTypeDescriptionDefault
resource_group_namestringName of the resource group required
vm_idstringAzure VM ID to attach to the Backup policy required
backup_recovery_vault_namestringBackup recovery vault name required
backup_policy_idstringBackup policy to attach required
Resources (1)
azurerm_backup_protected_vm
Details
FrameworkTerraform Module
LanguageHCL
Version6.0.0
Cloud AZURERM
★ Stars1
Forks6
Total downloads14.1k
Inputs4
Resources1
Examples1
LicenseApache-2.0
Namespaceclaranet
Updated