Skip to content
Snippets Groups Projects
Commit 79049177 authored by nimrod's avatar nimrod
Browse files

Consistency.

parent f351f246
Branches
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ output "cloudwatch_rule_name" {
}
resource "aws_cloudwatch_event_target" "schedule" {
count = length(local.function_arns)
count = length(local.function_alias_arns)
arn = local.function_alias_arns[count.index]
rule = local.cloudwatch_rule_name
depends_on = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment