Terraform module to setup AWS Backup
module "backup" {
source = "blackbird-cloud/backup/aws"
version = "~> 1"
name = "centralized-backup"
kms_key_arn = "arn:aws:kms:us-west-2:xxxxx:key/xxxxxxxxxxxxx"
}
Name | Version |
---|---|
terraform | >= 1 |
aws | 4.48.0 |
Name | Version |
---|---|
aws | 4.48.0 |
Name | Type |
---|---|
aws_backup_plan.plan | resource |
aws_backup_region_settings.settings | resource |
aws_backup_selection.selection | resource |
aws_backup_vault.vault | resource |
aws_backup_vault_policy.policy | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
create_backup_plan | (Optional) Create an AWS Backup plan, requires the rules variable to be configured as well. | bool |
true |
no |
create_backup_region_settings | (Optional) Create an AWS Backup Region Settings resource. | bool |
true |
no |
create_backup_vault_policy | (Optional) Create an AWS Backup Policy | bool |
false |
no |
iam_role_arn | (Optional) IAM role arn to use when making backups. | string |
"" |
no |
kms_key_arn | (Required) The server-side encryption key that is used to protect your backups. | string |
n/a | yes |
name | (Required) Name of backup resource | string |
n/a | yes |
resource_type_management_preference | (Optional) A map of services along with the management preferences for the Region. | any |
{ |
no |
resource_type_opt_in_preference | (Optional) A map of services along with the opt-in preferences for the Region. | any |
{ |
no |
rules | (Optional) An list of rules to create for the backup plan. | list(any) |
[] |
no |
selection | (Optional) Manages selection conditions for AWS Backup plan resources. | object({ |
{ |
no |
tags | (Optional) Metadata that you can assign to help organize the resources that you create. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level. | map(string) |
{} |
no |
vault_policy | (Optional) The backup vault access policy document in JSON format. | string |
null |
no |
Name | Description |
---|---|
vault | AWS Backup Vault |
We are Blackbird Cloud, Amsterdam based cloud consultancy, and cloud management service provider. We help companies build secure, cost efficient, and scale-able solutions.
Checkout our other 👉 terraform modules
Copyright © 2017-2024 Blackbird Cloud