Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Aug 20, 2018
1 parent a023452 commit d790600
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ This Lambda Function forwards subject & body of SNS messages to CloudWatch Log G

``` ruby
module "sns_logger" {
source = "git::https://github.com/robertpeteuil/terraform-aws-sns-to-cloudwatch-logs-lambda?ref=tags/0.2.0"
source = "robertpeteuil/sns-to-cloudwatch-logs-lambda/aws"
version = "0.2.3"

aws_region = "us-west-2"
sns_topic_name = "projectx-logging"
log_group_name = "projectx"
Expand Down

0 comments on commit d790600

Please sign in to comment.