I am trying to programmatically edit a tfvars file in go using hclwrite library. My file has many nested key value pairs, but no blocks. The only attributes that appear on the body are the top layer. How can I append to nested layers? I would prefer an ast approach to decoding into maps because this preserves comments and order of attributes
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.