Currently works and tested against terraform 0.13 and terraform 0.14 modules currently undergoing and upgrade to support terraform 1.x.x
Please install the following
- terraform-docs
brew install terraform-docs
- pre-commit
brew install pre-commit
- tf-lint
brew install tflint
- To generate documentation, run:
./generate_docs.sh
In the module block you can set the source as such and inputs can be seen in the module's individual README.md
module "falco" {
source = "github.com/doc-ai/terraform-modules//cloud-native//falco?ref=<release_tag>"
}