From 90fb09e52a2558c59eaf87a3adabcb3b59cd1d8d Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Tue, 26 Jan 2021 10:09:29 -0800 Subject: [PATCH] linting --- hcl2template/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hcl2template/utils.go b/hcl2template/utils.go index 43f1e2aab..488a5e32a 100644 --- a/hcl2template/utils.go +++ b/hcl2template/utils.go @@ -170,7 +170,6 @@ func ConvertPluginConfigValueToHCLValue(v interface{}) (cty.Value, error) { } else { buildValue = cty.ListVal(vals) } - buildValue = cty.ListVal(vals) case []uint64: vals := make([]cty.Value, len(v)) for i, ev := range v {