Skip to content

docs: add READMEs for modules missing them (#117) - #238

Open
micheledaddetta-databricks wants to merge 1 commit into
databricks:mainfrom
micheledaddetta-databricks:issue-117/module-readmes
Open

docs: add READMEs for modules missing them (#117)#238
micheledaddetta-databricks wants to merge 1 commit into
databricks:mainfrom
micheledaddetta-databricks:issue-117/module-readmes

Conversation

@micheledaddetta-databricks

Copy link
Copy Markdown
Collaborator

Summary

Closes #117.

Adds a README.md to the five directories under modules/ that contained Terraform code but had no README:

  • modules/aws-databricks-workspace
  • modules/gcp-unity-catalog
  • modules/aws/aws-infra/modules/hub-networking
  • modules/adb-data-storage-vnet-ncc-public-endpoint/adb-data-storage-vnet-ncc-private-endpoint
  • modules/adb-data-storage-vnet-ncc-public-endpoint/adb-data-storage-vnet-ncc-public-endpoint

Approach

Each README follows the existing repo convention: a short hand-written intro describing what the module deploys and how to use it, followed by a terraform-docs-generated block delimited by <!-- BEGIN_TF_DOCS --> / <!-- END_TF_DOCS --> (Requirements, Providers, Modules, Resources, Inputs, Outputs).

The two adb-data-storage-vnet-ncc-* submodules are near-identical VNet-injection + NCC deployments; the intros call out the distinction (Azure private endpoints + private DNS vs. storage service-endpoint network rules).

Scope note

Only directories containing .tf files were treated as modules. Asset-only directories (images/, notebooks/, files/, .terraform/) were intentionally left without READMEs.

Verification

  • terraform-docs -c .terraform-docs.yml --output-check <dir> passes ("up to date") for all five modules.
  • Files end with a trailing newline (pre-commit end-of-file-fixer).

This pull request and its description were written by Isaac.

Add README.md to the five module directories under `modules/` that
contained Terraform code but had no README:

- aws-databricks-workspace
- gcp-unity-catalog
- aws/aws-infra/modules/hub-networking
- adb-data-storage-vnet-ncc-public-endpoint/adb-data-storage-vnet-ncc-private-endpoint
- adb-data-storage-vnet-ncc-public-endpoint/adb-data-storage-vnet-ncc-public-endpoint

Each README follows the repo convention: a hand-written intro plus a
terraform-docs injected block (BEGIN_TF_DOCS/END_TF_DOCS). All pass
`terraform-docs --output-check`.

Co-authored-by: Isaac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create READMEs for all directories in modules without README

1 participant