From 97cd2eef8eff632cfa369347f1e674ebdb711022 Mon Sep 17 00:00:00 2001 From: Derek Rada Date: Wed, 15 Jan 2020 01:33:19 -0800 Subject: [PATCH] Add terraform-docs (#299) * Update README.md * Added period to pass linting * Removed unintentional new line added Co-authored-by: Gary Ewan Park --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e92fbc..40c5666 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Build Slate documentation](https://github.com/Decathlon/slate-builder-action) - [Get latest SemVer and branch name given a search string](https://github.com/jessicalostinspace/github-action-get-regex-branch) - [Cut Release Branch](https://github.com/jessicalostinspace/cut-release-action) - Cuts a release branch given a branch prefix and optional semantic version. +- [Generate terraform documentation](https://github.com/Dirrk/terraform-docs) - Uses terraform-docs to generate docs for terraform modules. ### Testing and Linting