You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# terraform-aws-session-manager-settings
2
2
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.
4
4
5
5
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.
6
6
@@ -30,7 +30,7 @@ The following arguments are supported:
30
30
## Outputs
31
31
32
32
*`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.
0 commit comments