Skip to content

Commit

Permalink
Updating readme for correct module path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjozwiak committed Jun 2, 2020
1 parent 6e0d58f commit b08c3a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ This module creates the a SSM document to support encrypted session manager comm

## Usage

Update version to the latest release here: https://github.com/bridgecrewio/terraform-aws-session-manager/releases

Instances with Public IPs do not need VPC endpoints
```
module "ssm" {
source = "bridgecrewio/terraform-aws-session-manager/aws"
source = "bridgecrewio/session-manager/aws"
version = "0.2.0"
bucket_name = "my-session-logs"
access_log_bucket_name = "my-session-access-logs"
enable_log_to_s3 = true
Expand All @@ -20,7 +23,8 @@ module "ssm" {
Private instances with VPC endpoints for S3 and CloudWatch logging
```
module "ssm" {
source = "bridgecrewio/terraform-aws-session-manager/aws"
source = "bridgecrewio/session-manager/aws"
version = "0.2.0"
bucket_name = "my-session-logs"
access_log_bucket_name = "my-session-access-logs"
vpc_id = "vpc-0dc9ef19c0c23aeaa"
Expand Down

0 comments on commit b08c3a4

Please sign in to comment.