Skip to content

Commit

Permalink
Merge pull request #2 from nwea-seanmckinley/master
Browse files Browse the repository at this point in the history
Updateing README
  • Loading branch information
nimrodkor authored May 1, 2020
2 parents 237cb73 + 713bc89 commit 369bae3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ This module can be integrated into an existing terraform framework. To add it, s
terraform code:
```
module "route53-backup-restore" {
source = "bridgecrewio/route53-backup-restore/aws"
aws_profile = "dev"
region = "us-east-1"
interval = "120"
retention = "14"
source = "bridgecrewio/route53-backup-restore/aws"
aws_profile = "dev"
region = "us-east-1"
interval = "120"
retention_period = "14"
}
```
Please note that all the above values are the default values, and therefore these specific values can be omitted.
Expand Down Expand Up @@ -70,4 +70,4 @@ When the lambda creates the S3 bucket it ensures that it has:
* Data encrypted at rest
* Data encrypted at transport
* Bucket is set to private
* Bucket has lifecycle policy that deletes files older than `retention-period` days
* Bucket has lifecycle policy that deletes files older than `retention-period` days

0 comments on commit 369bae3

Please sign in to comment.