Skip to content

added options for update management #62

added options for update management

added options for update management #62

Workflow file for this run

name: Documentation
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@main
with:
config-file: .terraform-docs.yml
git-push: "true"