{"id":20017066,"url":"https://github.com/blackbird-cloud/terraform-aws-backup","last_synced_at":"2026-04-29T20:04:21.777Z","repository":{"id":64012387,"uuid":"572565180","full_name":"blackbird-cloud/terraform-aws-backup","owner":"blackbird-cloud","description":"Terraform module to setup AWS Backup","archived":false,"fork":false,"pushed_at":"2025-09-17T11:33:21.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-17T13:29:27.998Z","etag":null,"topics":["aws","backup","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blackbird-cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-30T14:47:49.000Z","updated_at":"2025-09-17T11:33:08.000Z","dependencies_parsed_at":"2025-01-12T15:43:45.295Z","dependency_job_id":"c4d6de4a-7e84-4f11-84c3-2a55fe014f09","html_url":"https://github.com/blackbird-cloud/terraform-aws-backup","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":"blackbird-cloud/terraform-module-template","purl":"pkg:github/blackbird-cloud/terraform-aws-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackbird-cloud","download_url":"https://codeload.github.com/blackbird-cloud/terraform-aws-backup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-backup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32441432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","backup","terraform"],"created_at":"2024-11-13T08:14:17.975Z","updated_at":"2026-04-29T20:04:16.761Z","avatar_url":"https://github.com/blackbird-cloud.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n# Terraform Aws Backup Module\nTerraform module to setup AWS Backup\n\n[![blackbird-logo](https://raw.githubusercontent.com/blackbird-cloud/terraform-module-template/main/.config/logo_simple.png)](https://blackbird.cloud)\n\n## Example\n```hcl\nmodule \"backup\" {\n  source      = \"blackbird-cloud/backup/aws\"\n  version     = \"~\u003e 1\"\n  name        = \"centralized-backup\"\n  kms_key_arn = \"arn:aws:kms:us-west-2:xxxxx:key/xxxxxxxxxxxxx\"\n}\n```\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | 4.48.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | 4.48.0 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_backup_plan.plan](https://registry.terraform.io/providers/hashicorp/aws/4.48.0/docs/resources/backup_plan) | resource |\n| [aws_backup_region_settings.settings](https://registry.terraform.io/providers/hashicorp/aws/4.48.0/docs/resources/backup_region_settings) | resource |\n| [aws_backup_selection.selection](https://registry.terraform.io/providers/hashicorp/aws/4.48.0/docs/resources/backup_selection) | resource |\n| [aws_backup_vault.vault](https://registry.terraform.io/providers/hashicorp/aws/4.48.0/docs/resources/backup_vault) | resource |\n| [aws_backup_vault_policy.policy](https://registry.terraform.io/providers/hashicorp/aws/4.48.0/docs/resources/backup_vault_policy) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_create_backup_plan\"\u003e\u003c/a\u003e [create\\_backup\\_plan](#input\\_create\\_backup\\_plan) | (Optional) Create an AWS Backup plan, requires the rules variable to be configured as well. | `bool` | `true` | no |\n| \u003ca name=\"input_create_backup_region_settings\"\u003e\u003c/a\u003e [create\\_backup\\_region\\_settings](#input\\_create\\_backup\\_region\\_settings) | (Optional) Create an AWS Backup Region Settings resource. | `bool` | `true` | no |\n| \u003ca name=\"input_create_backup_vault_policy\"\u003e\u003c/a\u003e [create\\_backup\\_vault\\_policy](#input\\_create\\_backup\\_vault\\_policy) | (Optional) Create an AWS Backup Policy | `bool` | `false` | no |\n| \u003ca name=\"input_iam_role_arn\"\u003e\u003c/a\u003e [iam\\_role\\_arn](#input\\_iam\\_role\\_arn) | (Optional) IAM role arn to use when making backups. | `string` | `\"\"` | no |\n| \u003ca name=\"input_kms_key_arn\"\u003e\u003c/a\u003e [kms\\_key\\_arn](#input\\_kms\\_key\\_arn) | (Required) The server-side encryption key that is used to protect your backups. | `string` | n/a | yes |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | (Required) Name of backup resource | `string` | n/a | yes |\n| \u003ca name=\"input_resource_type_management_preference\"\u003e\u003c/a\u003e [resource\\_type\\_management\\_preference](#input\\_resource\\_type\\_management\\_preference) | (Optional) A map of services along with the management preferences for the Region. | `any` | \u003cpre\u003e{\u003cbr\u003e  \"DynamoDB\": true,\u003cbr\u003e  \"EFS\": true\u003cbr\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_resource_type_opt_in_preference\"\u003e\u003c/a\u003e [resource\\_type\\_opt\\_in\\_preference](#input\\_resource\\_type\\_opt\\_in\\_preference) | (Optional) A map of services along with the opt-in preferences for the Region. | `any` | \u003cpre\u003e{\u003cbr\u003e  \"Aurora\": true,\u003cbr\u003e  \"CloudFormation\": true,\u003cbr\u003e  \"DocumentDB\": true,\u003cbr\u003e  \"DynamoDB\": true,\u003cbr\u003e  \"EBS\": true,\u003cbr\u003e  \"EC2\": true,\u003cbr\u003e  \"EFS\": true,\u003cbr\u003e  \"FSx\": true,\u003cbr\u003e  \"Neptune\": true,\u003cbr\u003e  \"RDS\": true,\u003cbr\u003e  \"Redshift\": true,\u003cbr\u003e  \"S3\": true,\u003cbr\u003e  \"Storage Gateway\": true,\u003cbr\u003e  \"Timestream\": true,\u003cbr\u003e  \"VirtualMachine\": true\u003cbr\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_rules\"\u003e\u003c/a\u003e [rules](#input\\_rules) | (Optional) An list of rules to create for the backup plan. | `list(any)` | `[]` | no |\n| \u003ca name=\"input_selection\"\u003e\u003c/a\u003e [selection](#input\\_selection) | (Optional) Manages selection conditions for AWS Backup plan resources. | \u003cpre\u003eobject({\u003cbr\u003e    resources : list(string),\u003cbr\u003e    not_resources : list(string),\u003cbr\u003e    condition : any\u003cbr\u003e  })\u003c/pre\u003e | \u003cpre\u003e{\u003cbr\u003e  \"condition\": {},\u003cbr\u003e  \"not_resources\": [],\u003cbr\u003e  \"resources\": []\u003cbr\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_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 |\n| \u003ca name=\"input_vault_policy\"\u003e\u003c/a\u003e [vault\\_policy](#input\\_vault\\_policy) | (Optional) The backup vault access policy document in JSON format. | `string` | `null` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_vault\"\u003e\u003c/a\u003e [vault](#output\\_vault) | AWS Backup Vault |\n\n## About\n\nWe are [Blackbird Cloud](https://blackbird.cloud), Amsterdam based cloud consultancy, and cloud management service provider. We help companies build secure, cost efficient, and scale-able solutions.\n\nCheckout our other :point\\_right: [terraform modules](https://registry.terraform.io/namespaces/blackbird-cloud)\n\n## Copyright\n\nCopyright © 2017-2024 [Blackbird Cloud](https://blackbird.cloud)\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fterraform-aws-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackbird-cloud%2Fterraform-aws-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fterraform-aws-backup/lists"}