Skip to content

Commit

Permalink
Update docs for multiple CIDR
Browse files Browse the repository at this point in the history
  • Loading branch information
furkantektas committed Feb 28, 2022
1 parent 8aa93aa commit 29bb6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/public-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29bb6c7

Please sign in to comment.