Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Fix typo in output description (#15)
Browse files Browse the repository at this point in the history
* fix typo in output description

* Updated README.md

* Updated README.md

Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
Co-authored-by: Erik Osterman <erik@cloudposse.com>
  • Loading branch information
3 people authored Jul 14, 2020
1 parent e009042 commit ceca23c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The [`example`](./example) directory contains the example.

| Name | Description |
|------|-------------|
| result\_document | Aggregeted IAM policy |
| result\_document | Aggregated IAM policy |



Expand Down
2 changes: 1 addition & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@

| Name | Description |
|------|-------------|
| result\_document | Aggregeted IAM policy |
| result\_document | Aggregated IAM policy |

2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "result_document" {
value = data.aws_iam_policy_document.default.json
description = "Aggregeted IAM policy"
description = "Aggregated IAM policy"
}

0 comments on commit ceca23c

Please sign in to comment.