Thanks for your interest in contributing to infra.brettwpoter.com. This guide will help you get started with the contribution process.
Path | Description |
---|---|
docs | Holds all mintlify doc site related resources. |
docs/contributing | The mdx based mintlify docs for contributing. |
docs/images | The images used on the docs site |
docs/logo | The logo used on the docs site. |
modules/{type} | Holds all Terraform configurations for a modules type (ex. Website or API). |
modules/{type}/main.tf | The main terraform file for the module. This holds the resource configuration. |
modules/{type}/variables.tf | The variables terraform file for the module. This holds the config variables. |
modules/{type}/outputs.tf | The outputs terraform file for the module. This holds the outputs for each main resource created. |
modules/{type}/README.md | A readme specifically for the module. It includes generated docs from terraform-docs. |