Skip to content

alb logs allow for trace id #747

alb logs allow for trace id

alb logs allow for trace id #747

Workflow file for this run

name: Generate Terraform README docs
on:
workflow_dispatch:
pull_request:
branches:
- main
permissions:
pull-requests: write
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@62a6cc597a9a2ee6953471d4c9cc1668c66ebf36 # v1.0.0
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"