# Define list of variables to be output

output "cloudwatch_event_permission_arn" {
  value = "${aws_cloudwatch_event_rule.{{ name }}.arn}"
}
