Skip to content

build(deps): bump hashicorp/setup-terraform from 2 to 3 (#9) #14

build(deps): bump hashicorp/setup-terraform from 2 to 3 (#9)

build(deps): bump hashicorp/setup-terraform from 2 to 3 (#9) #14

name: Generate terraform docs
on:
push:
branches: [ "main" ]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@v1.0.0
with:
git-push: "true"
git-commit-message: "docs: updated terraform docs"