We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552baaa commit 9ce5ae9Copy full SHA for 9ce5ae9
outputs.tf
@@ -20,5 +20,5 @@ output "role_name" {
20
21
output "cloudwatch_rule_arn" {
22
description = "The ARN of the Cloudwatch rule"
23
- value = "${element(concat(aws_cloudwatch_event_rule.rule.*.arn), 0)}"
+ value = ["${compact(concat(aws_cloudwatch_event_rule.rule.*.arn))}"]
24
}
0 commit comments