Skip to content

Bump github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.0 #275

Bump github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.0

Bump github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.0 #275

Workflow file for this run

name: Ensure docs are up to date
on:
pull_request: {}
defaults:
run:
shell: bash
jobs:
check_docs:
runs-on: [dataplane, self-hosted, linux, x64, small]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Generate docs
run: make docs
- name: Check for changes
run: git diff --exit-code