docker-terraform-docs
docker-terraform-docs copied to clipboard
Alpine-based multistage-build version of terraform-docs and terraform-docs-replace in multiple versions to be used for CI and other reproducible automations
are you planning on adding ARM / Apple Silicone dockerfile support? thanks in advance
From readme table can not understand what version of docker-terraform-docs works with a particular tf version. I was learning and playing around with tf 0.14.7, and tried `cytopia/terraform-docs:0.10.1` latest docs...
If I have following tree structure: /codes |---src |--- variables.tf |---docs |--- README.md the recent change on entrypoint script prevents me from replacing section inside README.md. Can we either revert...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
I'm a first-time user, but it seems to me that `--sort-by-required` should be `--sort-by required` It is wrong in several places in the readme. https://github.com/cytopia/docker-terraform-docs/blob/master/README.md I ran the command below...