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 {