Skip to content

update module for provider compatibility version 3.0.1-rc4 #11

update module for provider compatibility version 3.0.1-rc4

update module for provider compatibility version 3.0.1-rc4 #11

name: "ensure terraform module docs are up to date"
on:
pull_request:
# The specific activity types are listed here to include "labeled" and "unlabeled"
# (which are not included by default for the "pull_request" trigger).
# This is needed to allow skipping enforcement of the changelog in PRs with specific labels,
# as defined in the (optional) "skipLabels" property.
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@main
with:
args: "--output-check=true"
config-file: .terraform-docs.yml
working-dir: .