Skip to content

Commit a070a8e

Browse files
lantolisvennergr
andauthored
doc: Fixes some minor styles in README.md (#298)
Co-authored-by: Sven Grossmann <[email protected]>
1 parent 553ea3f commit a070a8e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

API.md

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Feature requests can be submitted at [feedback.mongodb.com](https://feedback.mon
6161
Support for the MongoDB Atlas Resource Provider for CloudFormation is provided under MongoDB Atlas support plans, starting with Developer. Please submit support questions within the Atlas UI. In addition, support questions submitted under the Issues section of this repo are also being monitored. Bugs should be filed under the Issues section of this repo.
6262

6363
## MongoDB Atlas API Keys Credential Management
64-
Atlas API keys Configuration are required for both CloudFormation and CDK resources, and this Atlas API key pair are provided as input by the use of a Profile
64+
Atlas API keys Configuration are required for both CloudFormation and CDK resources, and this Atlas API key pair are provided as input by the use of a Profile.
6565

6666
AWS CloudFormation limits Third Parties from using non-AWS API Keys as either hardcoded secrets in CloudFormation templates or via CDK, hence we now require all the users store MongoDB Atlas API Keys via [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/).
6767

@@ -86,15 +86,15 @@ Here are some examples of how to use this template:
8686

8787
#### example 1:
8888
```
89-
ProfileName: default
90-
SecretName: cfn/atlas/profile/default
91-
SecretValue: {"PublicKey": "YourPublicKey", "PrivateKey": "YourPrivateKey"}
89+
ProfileName: default
90+
SecretName: cfn/atlas/profile/default
91+
SecretValue: {"PublicKey": "YourPublicKey", "PrivateKey": "YourPrivateKey"}
9292
```
9393
#### example 2:
9494
```
95-
ProfileName: testProfile
96-
SecretName: cfn/atlas/profile/testProfile
97-
SecretValue: {"PublicKey": "YourPublicKey", "PrivateKey": "YourPrivateKey"}
95+
ProfileName: testProfile
96+
SecretName: cfn/atlas/profile/testProfile
97+
SecretValue: {"PublicKey": "YourPublicKey", "PrivateKey": "YourPrivateKey"}
9898
```
9999

100100
## Contributing

0 commit comments

Comments
 (0)