Skip to content

Bump terraform-aws-modules/eks/aws from 20.24.0 to 20.26.0 (#423) #601

Bump terraform-aws-modules/eks/aws from 20.24.0 to 20.26.0 (#423)

Bump terraform-aws-modules/eks/aws from 20.24.0 to 20.26.0 (#423) #601

Workflow file for this run

name: Generate terraform docs
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Render terraform docs inside the README.md and push changes back to PR branch
uses: terraform-docs/gh-actions@v1.2.2
with:
working-dir: .
config-file: .terraform-docs.yml
output-file: README.md
output-method: inject
indention: 3
git-push: true
git-commit-message: "terraform-docs: automated action"