Skip to content

Commit

Permalink
chore: fix credential rotation reference in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebko committed Jun 5, 2023
1 parent 62e885a commit 800ee12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/service/host/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ a configured IAM user for this provider:
The following `attributes` are valid on an AWS host catalog resource:

- `disable_credential_rotation` (bool): If `true`, credential rotation will not
be performed. See the [Credential Rotation](#credential-rotation) section
be performed. See the [Credential Rotation](https://github.com/hashicorp/boundary-plugin-aws/blob/main/README.md#credential-rotation) section
above.
- `region` (string): The region to configure the host catalog for. All host sets
in this catalog will be configured for this region.
Expand Down
2 changes: 1 addition & 1 deletion plugin/service/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Example policy:
The following `attributes` are valid on an AWS storage bucket resource:

- `disable_credential_rotation` (bool): If `true`, credential rotation will not
be performed. See the [Credential Rotation](#credential-rotation) section
be performed. See the [Credential Rotation](https://github.com/hashicorp/boundary-plugin-aws/blob/main/README.md#credential-rotation) section
above.
- `region` (string): The region to configure the storage bucket for.
- `endpoint-url` (string): The endpoint to configure the storage.
Expand Down

0 comments on commit 800ee12

Please sign in to comment.