Codec implements the encoding.Encoder and encoding.Decoder interfaces for HCL encoding. TODO: add printer config to the codec?
type Codec struct{}
func (Codec) Decode(b []byte, v map[string]any) error
func (Codec) Encode(v map[string]any) ([]byte, error)