Skip to content

breaking: the dependency actions/checkout has been updated to a new… #132

breaking: the dependency actions/checkout has been updated to a new…

breaking: the dependency actions/checkout has been updated to a new… #132

Workflow file for this run

name: Generate terraform docs
on:
push
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Render terraform docs and push changes back to branch
uses: terraform-docs/gh-actions@6de6da0cefcc6b4b7a5cbea4d79d97060733093c # v1.4.1
with:
working-dir: cde-full-setup/,cde-iam-setup/
output-file: README.md
output-method: inject
git-push: "true"
git-commit-message: "docs: automated update of terraform docs"