Skip to content

Bump terraform-docs/gh-actions from 1.2.0 to 1.2.2 #53

Bump terraform-docs/gh-actions from 1.2.0 to 1.2.2

Bump terraform-docs/gh-actions from 1.2.0 to 1.2.2 #53

Workflow file for this run

name: Generate terraform docs
on:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Render terraform docs and fail on diff
uses: terraform-docs/gh-actions@cca78c27ac9e2b6545debf2ecae9df930fd3461c # v1.2.2
with:
working-dir: .
output-file: README.md
output-method: inject
fail-on-diff: "true"
- if: failure()
run: cat README.md