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
Hello, I have a couple terraform input variables with very long default values (over 1000 lines). This results in a README that's comically large and hard to read.
How could terraform-docs help solve your problem?
I would like to truncate or just not show the default value for these variables in the README. I don't want to ignore them completly with # terraform-docs-ignore, just their default value.
What would be the best way to do this?
The text was updated successfully, but these errors were encountered:
What problem are you facing?
Hello, I have a couple terraform input variables with very long default values (over 1000 lines). This results in a README that's comically large and hard to read.
How could terraform-docs help solve your problem?
I would like to truncate or just not show the default value for these variables in the README. I don't want to ignore them completly with # terraform-docs-ignore, just their default value.
What would be the best way to do this?
The text was updated successfully, but these errors were encountered: