Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkor committed Oct 6, 2019
1 parent d42b546 commit 4a695e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,18 @@ The following tool enables:
* `Python` ,`Pipenv` & `npm` installed on the host running the tool

## Integrate backup & restore module using terraform
This module can be integrated into an existing terraform framework. To add it, simply add the following module to your
terraform code:
```
module
module "route53-backup-restore" {
source = "bridgecrewio/route53-backup-restore/aws"
aws_profile = "dev"
region = "us-east-1"
interval = "120"
retention = "14"
}
```
Please note that all the above values are the default values, and therefore these specific values can be omitted.

## Deploy backup & restore lambdas manually

Expand Down

0 comments on commit 4a695e9

Please sign in to comment.