From 29bb6c7a852ba7afca648201ce8fdbd5a2d16133 Mon Sep 17 00:00:00 2001 From: Furkan Tektas Date: Mon, 28 Feb 2022 15:15:20 +0000 Subject: [PATCH] Update docs for multiple CIDR --- README.md | 2 +- examples/public-secrets/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 315515f..6785b9c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The credentials can be stored as AWS Secrets. The infrastructure code is based on the example provided (in the CF template) in the AWS Storage Blog article https://aws.amazon.com/blogs/storage/enable-password-authentication-for-aws-transfer-family-using-aws-secrets-manager-updated//. -WARNING: AWS Secrets Manager costs $0.40 per Secret +> WARNING: AWS Secrets Manager costs $0.40 per secret per month. ## Inputs diff --git a/examples/public-secrets/README.md b/examples/public-secrets/README.md index 1f48a05..1cd2ee9 100644 --- a/examples/public-secrets/README.md +++ b/examples/public-secrets/README.md @@ -29,7 +29,7 @@ Once the service has been started, a sample user will be created in the secret m This will create a user **user1** which is chroot'd to the **/test.devopsgoat/user1** virtual directory in S3. -\* **_AcceptedIpNetwork_** is an optional CIDR for the allowed client source IP address range. +\* **_AcceptedIpNetwork_** is an optional CIDR for the allowed client source IP address range. You can specify multiple CIDR by separating with comma, e.g.: `192.0.0.0/24, 224.0.0.0/16`. ## Outputs