Skip to content

Commit

Permalink
Use latest version of tfplugindocs
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 1, 2024
1 parent c239f19 commit 9156240
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- name: Install tfplugindocs
run: |
curl -LO https://github.com/hashicorp/terraform-plugin-docs/releases/download/v0.16.0/tfplugindocs_0.16.0_linux_amd64.zip
sudo unzip tfplugindocs_0.16.0_linux_amd64.zip tfplugindocs -d /usr/local/bin
rm -f tfplugindocs_0.16.0_linux_amd64.zip
- name: Generate the documentation
curl -LO https://github.com/hashicorp/terraform-plugin-docs/releases/download/v0.19.4/tfplugindocs_0.19.4_linux_amd64.zip
sudo unzip tfplugindocs_0.19.4_linux_amd64.zip tfplugindocs -d /usr/local/bin
rm -f tfplugindocs_0.19.4_linux_amd64.zip
- name: Generate the documentation'
run: |
terraform fmt -recursive .
tfplugindocs generate --ignore-deprecated true
Expand Down

0 comments on commit 9156240

Please sign in to comment.