Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Loiseleur <[email protected]>
  • Loading branch information
mjlshen and mloiseleur authored Aug 21, 2024
1 parent dffbea2 commit 986724b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/registry/dynamodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This following tutorial extends [Setting up ExternalDNS for Services on AWS](../

## IAM permissions

The ExternalDNS IAM policy from [IAM Policy](../tutorials/aws.md#iam-policy) must additionally be granted the following permissions:
The ExternalDNS [IAM Policy](../tutorials/aws.md#iam-policy) must additionally be granted the following permissions:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ env:

## DynamoDB Registry

If you would like to leverage the DynamoDB registry instead of the TXT registry, see [The DynamoDB Registry](../registry/dynamodb.md) for modifications needed to do so.
The DynamoDB Registry can be used to store dns records metadata. See the [DynamoDB Registry Tutorial](../registry/dynamodb.md) for more information.

## Clean up

Expand Down

0 comments on commit 986724b

Please sign in to comment.