seqeralabs / terraform-seqera-aws

Apache License 2.0
6 stars 3 forks source link

Update readme to reflect naming change #29

Closed HLWiencko closed 11 months ago

HLWiencko commented 11 months ago

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.

bebosudo commented 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: