Closed HLWiencko closed 11 months ago
I just remembered that the readme file is populated automatically starting from a "base" file called .header.md
, after which terraform-docs is used to "build" the final README.md
.
So changes should first be made in .header.md
, then terraform-docs .
should be executed, and both changes should be committed in this PR :wink:
While testing the module, we discovered that the default values in some of the example code were incorrect and caused the plan to fail. This just corrects the instances of those, so people using the documentation don't run into this issue.