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 972e6a1 commit 0944368Copy full SHA for 0944368
iam_pipes.tf
@@ -29,7 +29,7 @@ locals {
29
30
# Enrichment / Target
31
lambda = {
32
- values = [v.target, try(aws_cloudwatch_event_api_destination.this[v.enrichment].arn, null)],
+ values = [v.target, try(v.enrichment, null), try(aws_cloudwatch_event_api_destination.this[v.enrichment].arn, null)],
33
matching_services = ["lambda"]
34
},
35
step_functions = {
0 commit comments