From d790600a49c9cfed860eafe907ea71e44625ab7a Mon Sep 17 00:00:00 2001 From: Robert Peteuil Date: Mon, 20 Aug 2018 15:37:52 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7fe876..d01a18d 100644 --- a/README.md +++ b/README.md @@ -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"