Skip to content

Migrate logging s3 bucket to s3 shared module #4016

Migrate logging s3 bucket to s3 shared module

Migrate logging s3 bucket to s3 shared module #4016

Workflow file for this run

name: Generate terraform docs for our `terraform/shared-modules/`
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs inside the README.md and push changes back to PR branch
uses: terraform-docs/gh-actions@6de6da0cefcc6b4b7a5cbea4d79d97060733093c # v1.4.1
with:
args: "-c terraform/shared-modules/.terraform-docs.yaml"
find-dir: terraform/shared-modules/
output-file: USAGE.md
output-method: replace
git-push: "true"