diff --git a/.github/workflows/modules-terraform-docs.yaml b/.github/workflows/modules-terraform-docs.yaml index b67a972fe1..17334060ba 100644 --- a/.github/workflows/modules-terraform-docs.yaml +++ b/.github/workflows/modules-terraform-docs.yaml @@ -33,7 +33,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: "Generate Terraform docs" - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: . indention: 3 @@ -45,7 +45,7 @@ jobs: git-push: false - name: "Generate Terraform tables" - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: . indention: 1 # Since the headings are not read inside the collapsible block we can indent as 1 @@ -58,7 +58,7 @@ jobs: - name: "Generate Terraform docs for the variants" if: ${{ inputs.variants != '' }} - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: ${{ inputs.variants }} indention: 3 @@ -71,7 +71,7 @@ jobs: - name: "Generate Terraform tables for the variants" if: ${{ inputs.variants != '' }} - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: ${{ inputs.variants }} indention: 1 # Since the headings are not read inside the collapsible block we can indent as 1