diff --git a/terraform/eval_for_each.go b/terraform/eval_for_each.go index 02ec4815b..c23e9a3fb 100644 --- a/terraform/eval_for_each.go +++ b/terraform/eval_for_each.go @@ -77,7 +77,7 @@ func evaluateForEachExpressionValue(expr hcl.Expression, ctx EvalContext) (cty.V case forEachVal.LengthInt() == 0: // If the map is empty ({}), return an empty map, because cty will - // return nil when representing {} AsValueMap This also covers an empty + // return nil when representing {} AsValueMap. This also covers an empty // set (toset([])) return forEachVal, diags }