Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit d790600

Browse files
Update README.md
1 parent a023452 commit d790600

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ This Lambda Function forwards subject & body of SNS messages to CloudWatch Log G
2929

3030
``` ruby
3131
module "sns_logger" {
32-
source = "git::https://github.com/robertpeteuil/terraform-aws-sns-to-cloudwatch-logs-lambda?ref=tags/0.2.0"
32+
source = "robertpeteuil/sns-to-cloudwatch-logs-lambda/aws"
33+
version = "0.2.3"
34+
3335
aws_region = "us-west-2"
3436
sns_topic_name = "projectx-logging"
3537
log_group_name = "projectx"

0 commit comments

Comments
 (0)