You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.tf
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
locals {
2
2
layer_description=var.layer_description==null?"Used by Lambda function '${var.function_name}'.": var.layer_description
3
-
function_description=var.function_description==null?"Notifies a Slack workspace about GitLab merge requests that haven't been updated within ${var.stale_days_threshold} days.": var.function_description
4
3
role_description=var.role_description==null?"Used by Lambda function '${var.function_name}'.": var.role_description
5
4
cloudwatch_event_rule_description=var.cloudwatch_event_rule_description==null?"Used by Lambda function '${var.function_name}'.": var.cloudwatch_event_rule_description
0 commit comments