Skip to content

Bump terraform-docs/gh-actions from 1.0.0 to 1.1.0 #10

Bump terraform-docs/gh-actions from 1.0.0 to 1.1.0

Bump terraform-docs/gh-actions from 1.0.0 to 1.1.0 #10

name: Generate terraform docs
on:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5.2
- name: Render terraform docs and fail on diff
uses: terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # v1.1.0
with:
working-dir: .
output-file: README.md
output-method: inject
fail-on-diff: "true"
- name: Dump README
if: failure()
run: |
cat README.md