You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating documentation of terraform code that contains an object variable where one of the properties is a list which contains a default, terraform docs is not able to generate the docs and returns this error.
Error: gob: type not registered for interface: []interface {}
How can we reproduce it?
Clone the tfdocs-format-template. Then, create a terraform code that contains a variable such as this one
Describe the bug
When generating documentation of terraform code that contains an object variable where one of the properties is a
list
which contains a default, terraform docs is not able to generate the docs and returns this error.How can we reproduce it?
Clone the tfdocs-format-template. Then, create a terraform code that contains a variable such as this one
Finally try to generate the documentation from that using the custom plugin.
Environment information
The text was updated successfully, but these errors were encountered: