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 35e250a commit 3a14e63Copy full SHA for 3a14e63
main.tf
@@ -117,7 +117,7 @@ resource "aws_cloudwatch_event_target" "this" {
117
force_destroy = try(each.value.force_destroy, null)
118
119
dynamic "run_command_targets" {
120
- for_each = try([each.value.run_command_targets], [])
+ for_each = try(each.value.run_command_targets, [])
121
122
content {
123
key = run_command_targets.value.key
0 commit comments