Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/modules-terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: "Generate Terraform docs"
uses: terraform-docs/gh-actions@v1.3.0
uses: terraform-docs/gh-actions@v1.4.1
with:
working-dir: .
indention: 3
Expand All @@ -45,7 +45,7 @@ jobs:
git-push: false

- name: "Generate Terraform tables"
uses: terraform-docs/gh-actions@v1.3.0
uses: terraform-docs/gh-actions@v1.4.1
with:
working-dir: .
indention: 1 # Since the headings are not read inside the collapsible block we can indent as 1
Expand All @@ -58,7 +58,7 @@ jobs:

- name: "Generate Terraform docs for the variants"
if: ${{ inputs.variants != '' }}
uses: terraform-docs/gh-actions@v1.3.0
uses: terraform-docs/gh-actions@v1.4.1
with:
working-dir: ${{ inputs.variants }}
indention: 3
Expand All @@ -71,7 +71,7 @@ jobs:

- name: "Generate Terraform tables for the variants"
if: ${{ inputs.variants != '' }}
uses: terraform-docs/gh-actions@v1.3.0
uses: terraform-docs/gh-actions@v1.4.1
with:
working-dir: ${{ inputs.variants }}
indention: 1 # Since the headings are not read inside the collapsible block we can indent as 1
Expand Down