Skip to content

Commit

Permalink
update output to correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
magreenbaum committed Jun 23, 2024
1 parent 5c6aa3b commit 1fb4db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/log-subscription-filter/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "cloudwatch_log_subscription_filter_name" {
description = "Log subscription filter name"
value = try(var.log_group_name, null)
value = try(var.name, null)
}

0 comments on commit 1fb4db3

Please sign in to comment.