hackforla / incubator

https://github.com/orgs/hackforla/projects/73/views/5
GNU General Public License v2.0
3 stars 14 forks source link

Document the Terraform Modules using Terraform Docs #59

Closed chelseybeck closed 7 months ago

chelseybeck commented 8 months ago

Overview

One of the benefits of infrastructure as code (IaC) is that it is self-documenting. Terraform Docs facilitates easy documentation of resources. Install Terraform Docs and create corresponding files for modules inside of terraform-modules.

Action Items

Resources/Instructions

Terraform Docs documentation Here is an example of Terraform Docs in practice. Note how clear it is now which resources this module creates.

chelseybeck commented 8 months ago

This issue can (and maybe should?) be split between two people

robinglov commented 8 months ago

Does having one issue for the README.md and one for the .terraform.docs.yml make sense as a split?