Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump terraform-docs/gh-actions from 1.2.2 to 1.3.0 #1375

Merged
Merged
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.2.2
uses: terraform-docs/gh-actions@v1.3.0
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.2.2
uses: terraform-docs/gh-actions@v1.3.0
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.2.2
uses: terraform-docs/gh-actions@v1.3.0
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.2.2
uses: terraform-docs/gh-actions@v1.3.0
with:
working-dir: ${{ inputs.variants }}
indention: 1 # Since the headings are not read inside the collapsible block we can indent as 1
Expand Down