Skip to content

Commit

Permalink
Formatting Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjozwiak committed Mar 13, 2020
1 parent 8148636 commit 6e0d58f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Below is a list of this modules input values:
| cloudwatch\_log\_group\_name | Name of the CloudWatch Log Group for storing SSM Session Logs | `string` | `/ssm/session-logs` | no |
| tags | A map of tags to add to all resources | `map(string)` | `{}` | no |
| vpc\_id | VPC ID to deploy endpoints to | `string` | `null` | no |
| enable\_log\_to\_s3 | Enable Session Manager to Log to S3 | `true` | no |
| enable\_log\_to\_cloudwatch | Enable Session Manager to Log to CloudWatch Logs | `true` | no |
| vpc\_endpoints\_enabled | Create VPC Endpoints | `false` | no |
| enable\_log\_to\_s3 | Enable Session Manager to Log to S3 | `bool` | `true` | no |
| enable\_log\_to\_cloudwatch | Enable Session Manager to Log to CloudWatch Logs | `bool` | `true` | no |
| vpc\_endpoints\_enabled | Create VPC Endpoints | `bool` | `false` | no |



Expand Down

0 comments on commit 6e0d58f

Please sign in to comment.