Skip to content

Commit

Permalink
cdktf: use bigger github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Jun 14, 2023
1 parent 30af92b commit 72a184c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cdktf-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ permissions:

jobs:
cdktfDocs:
runs-on: ubuntu-latest
runs-on:
- custom
- linux
- custom-linux-medium
container:
image: docker.mirror.hashicorp.services/hashicorp/jsii-terraform
env:
Expand All @@ -33,13 +36,13 @@ jobs:
with:
node-version: "18.x"
- name: Install cdktf-registry-docs
run: npm install -g cdktf-registry-docs@1.11.0
run: npm install -g cdktf-registry-docs@1.12.0
- name: Run conversion
run: |
cdktf-registry-docs convert \
--files='*/ec2_*.html.markdown' \
--languages='typescript,python' \
--parallel-conversions-per-document=1 \
--parallel-file-conversions=1 \
--provider-from-registry="hashicorp/aws" \
.
env:
Expand Down

0 comments on commit 72a184c

Please sign in to comment.