Skip to content

Commit 168d9ca

Browse files
author
João Taveira Araújo
authored
docs(cloudwatch_logs_subscription): fix source in README (#63)
1 parent 75489da commit 168d9ca

File tree

1 file changed

+1
-1
lines changed
  • modules/cloudwatch_logs_subscription

1 file changed

+1
-1
lines changed

modules/cloudwatch_logs_subscription/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module "observe_lambda" {
2727
}
2828
2929
module "observe_lambda_cloudwatch_logs_subscription" {
30-
source = "observeinc/lambda/aws//cloudwatch_logs_subscription"
30+
source = "observeinc/lambda/aws//modules/cloudwatch_logs_subscription"
3131
lambda = module.observe_lambda.lambda_function
3232
log_group_names = [
3333
aws_cloudwatch_log_group.group.name

0 commit comments

Comments
 (0)