1.25.0 • Published 26 days ago

cdktf-registry-docs v1.25.0

Weekly downloads
-
License
MIT
Repository
github
Last release
26 days ago

CDKTF Registry Docs Test Integration Release

This CLI tool use cdktf convert on HCL snippets in the registry documentation to generate a new markdown document with translated code blocks. This will then be used by the registry to allow showing the same documentation for a different CDKTF language.

Usage

Within the root of a terraform provider run

npm install -g cdktf-registry-docs
cdktf-registry-docs provider --provider-from-registry="hashicorp/aws@~> 4.0" ./

CI

Single GitHub Action running on a cron / push

name: CDKTF Doc Translation
on:
  # You can decide between push / schedule or whatever trigger you need
  # push:
  #   branches:
  #     - main
  #     - "release/**"
  #   paths:
  #     - .github/workflows/cdktf-documentation.yml
  #     - website/docs/**
  schedule:
    - cron: "0 0 * * WED"
  workflow_dispatch: {}

jobs:
  cdktfDocs:
    uses: hashicorp/cdktf-registry-docs/.github/workflows/pr-based-rollout.yml@214d7d9273e8540bc281a92a425c9b2d0436dfd9
    secrets:
      GH_PR_TOKEN: ${{ secrets.TF_WORKFLOW_GITHUB_TOKEN }}
    with:
      providerFqn: "hashicorp/aws"
      files: "*/ec2_*.html.markdown"
1.25.0

26 days ago

1.24.0

1 month ago

1.23.0

2 months ago

1.22.0

2 months ago

1.21.1

3 months ago

1.21.0

4 months ago

1.19.1

4 months ago

1.20.0

4 months ago

1.15.0

9 months ago

1.14.1

10 months ago

1.14.0

10 months ago

1.19.0

6 months ago

1.18.0

6 months ago

1.16.2

6 months ago

1.17.0

6 months ago

1.16.1

9 months ago

1.14.3

9 months ago

1.16.0

9 months ago

1.14.2

10 months ago

1.13.0

10 months ago

1.12.0

11 months ago

1.7.3

12 months ago

1.9.0

11 months ago

1.7.2

12 months ago

1.8.0

12 months ago

1.7.1

12 months ago

1.7.0

12 months ago

1.6.0

12 months ago

1.5.0

12 months ago

1.4.0

12 months ago

1.7.8

12 months ago

1.7.7

12 months ago

1.7.6

12 months ago

1.7.5

12 months ago

1.7.4

12 months ago

1.11.0

11 months ago

1.10.1

11 months ago

1.10.0

11 months ago

1.3.5

12 months ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago