Add some docs (finally)

This commit is contained in:
2020-03-02 22:27:28 -05:00
parent 2f0f41c965
commit 935f681c2f
3 changed files with 152 additions and 13 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
SHELL := /bin/bash
.PHONY: docs
docs: README.md
README.md: $(wildcard *.tf)
terraform-docs markdown table . | tee $@ &>/dev/null