Cheatsheet for HCL in Terraform, as there are lots of Terraform CLI cheatsheets but I couldn't find any HCL ones.
The cheatsheet is specified in json, with the terraform examples as terraform files in the examples directory so they can be run.
Clone this repository then from within the repository run
python scripts/generate-html.py
Clone this repository then from root of the repository run
python scripts/generate-html.py > index.html
docker build -t test-cheatsheat .
docker run -it -p 8080:80 test-cheatsheet
pipenv sync --dev
pipenv run pre-commit install