Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dohsimpson/terraform-doc-pdf
Terraform PDF Documentation
https://github.com/dohsimpson/terraform-doc-pdf
Last synced: about 1 month ago
JSON representation
Terraform PDF Documentation
- Host: GitHub
- URL: https://github.com/dohsimpson/terraform-doc-pdf
- Owner: dohsimpson
- Created: 2018-04-02T20:10:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T12:58:21.000Z (over 4 years ago)
- Last Synced: 2024-08-02T00:26:12.116Z (4 months ago)
- Language: Python
- Homepage:
- Size: 120 MB
- Stars: 61
- Watchers: 10
- Forks: 101
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-terraform - Terraform PDF Doc
- awesome-tf - Terraform PDF Doc
- awesome-terraform - Terraform PDF Doc
README
# Terraform PDF Documentation
### This repository contains all the Terraform documentation in PDF format, generated automatically.
## Dependencies
* `xelatex`: I installed it on my Macbook by: 1. Install [pkg](http://www.texts.io/support/0001/) 2. Download [ucharcat.sty](http://www.tug.org/texlive//devsrc/Master/texmf-dist/tex/latex/ucharcat/ucharcat.sty) 3. Place it under a certain [directory](https://tex.stackexchange.com/questions/121257/how-do-i-install-a-style-file-on-mac-10-8-other-answers-dont-seem-to-work#comment270807_121257)
* `pandoc`: For mac, `brew install pandoc`
* `python3`
* `pipenv`
* `pypandoc`
* `requests-html`# How to run the code
1. Install the dependencies. Use `$ pipenv install` for installing python packages.
2. `$ pipenv shell`
3. `$ python terraform-doc.py`# Similar Project:
* [Kubernetes PDF Documentation](https://github.com/dohsimpson/kubernetes-doc-pdf)