Skip to content

Update module for EKS 1.29 #19

Update module for EKS 1.29

Update module for EKS 1.29 #19

Workflow file for this run

name: terraform-docs
permissions:
contents: write # This is required for updating the README.md files
on:
pull_request:
jobs:
generate-docs:
name: terraform-docs README generation
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes
uses: terraform-docs/[email protected]
with:
config-file: .terraform-docs.yaml
git-push: "true"