Skip to content

Commit 8eadfe6

Browse files
committed
Tidy README.md
1 parent ece7010 commit 8eadfe6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<a name="v2.0.0"></a>
22
## [v2.0.0] - 2019-09-20
33

4-
- Add CHANGELOG
4+
- Tidy README.md
5+
- Add CHANGELOG.md
56
- Upgrade module to support Terraform 0.12 ([#2](https://github.com/gazoakley/terraform-aws-session-manager-settings/pull/2))
67

78

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# terraform-aws-session-manager-settings
22

3-
This module creates an SSM document that stores preferences for session manager.
3+
This module creates an SSM document that stores preferences for AWS Systems Manager Session Manager.
44

55
Session preferences let you specify a location to store log output for all sessions in your account. You can also enable server-side encryption using an AWS Key Management Service (KMS) key for a specified stream to ensure your session records are transferred securely.
66

@@ -30,7 +30,7 @@ The following arguments are supported:
3030
## Outputs
3131

3232
* `document_name` - Name of the created document.
33-
* `document_arn` - ARN of the created document. You can use this to create IAM policies that prevent changes to session manager preferences.
33+
* `document_arn` - ARN of the created document. You can use this to create IAM policies that prevent changes to Session Manager preferences.
3434

3535
## License
3636

0 commit comments

Comments
 (0)