Script that generates a provider documentation bundle directly from Terraform Registry metadata. Based on https://github.com/antonbabenko/terraform-docs-as-pdf
What it produces:
- One compact consolidated Markdown corpus for AI ingestion.
Install these tools on Linux before running:
curljqawk
Run from the repository root:
./bin/generate-provider-bundle.sh --namespace MagaluCloud --provider mgc --version latestArtifacts are written under ./out:
MagaluCloud-mgc-<resolved-version>.mdMagaluCloud-mgc-<resolved-version>.summary.txtMagaluCloud-mgc-<resolved-version>.missing.txt(missing markdown pages, if any)