From d42b546ec1cdabac6aa0038ea3e5fe6c9bed5d61 Mon Sep 17 00:00:00 2001 From: Nimrod Kor Date: Sun, 6 Oct 2019 18:11:41 +0300 Subject: [PATCH] Update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba3547a..ccbc810 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Maintained by Bridgecrew.io](https://img.shields.io/badge/maintained%20by-bridgecrew.io-blueviolet)](https://bridgecrew.io) -[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/bridgecrewio/aws-route53-backup-restore.svg?label=latest)](https://github.com/bridgecrewio/aws-route53-backup-restore/releases/latest) -[![CircleCI](https://circleci.com/gh/bridgecrewio/aws-route53-backup-restore.svg?style=svg)](https://circleci.com/gh/bridgecrewio/aws-route53-backup-restore) +[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/bridgecrewio/terraform-aws-route53-backup-restore.svg?label=latest)](https://github.com/bridgecrewio/terraform-aws-route53-backup-restore/releases/latest) +![Terraform Version](https://img.shields.io/badge/tf-%3E%3D0.12.0-blue.svg) +[![CircleCI](https://circleci.com/gh/bridgecrewio/terraform-aws-route53-backup-restore.svg?style=svg)](https://circleci.com/gh/bridgecrewio/terraform-aws-route53-backup-restore) # Setup Route53 Backup Amazon Route53 is a managed DNS web service. Route53 is often a mission critical asset in the organization. @@ -28,8 +29,8 @@ module ## Deploy backup & restore lambdas manually ```bash -git clone https://github.com/bridgecrewio/aws-route53-backup-restore.git -cd aws-route53-backup-restore +git clone https://github.com/bridgecrewio/terraform-aws-route53-backup-restore.git +cd terraform-aws-route53-backup-restore npm i sls deploy --backup-interval ${INTERVAL_IN_MINUTES} --retention-period ${RETENTION_PERIOD} --region ${REGION} --aws-profile ${PROFILE} ```