Open
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
- I'd be willing to implement this feature (contributing guide)
Describe the user story
It's difficult for new users to know how to use additional tools that are not provided by the docker container image
Describe the solution you'd like
We document cdktf and terragrunt. I'd like to also document other tools for different
install methods
- debian
- alpine
- workflow on-the-fly installs
For each tool
- tf-summarize
- inframap
- cost
- infracost
- already well documented on their website
- a link back to the document with any additional configs that aren't on their website
- terracost
- infracost
- terraform wrappers
- atmos
- terragrunt (partial)
- cdktf (partial)
- terramate
- sast/dast
- checkov
- regula
- terrascan
- tflint
- tfsec
- more?
Show
- tool use cases
- install in container
- verify gpg signature
- workflow customization
- add tool specific config file
Pipeline to build container
- github action
- jenkins
- more?
I imagine we could either
- keep expanding the customize page
- create a single page per customization tool
Describe the drawbacks of your solution
More docs to maintain
Describe alternatives you've considered
None