Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Add missing terraform docs ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Galligan committed Nov 29, 2022
1 parent 01bce3b commit 9dc5980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
PACKAGE_VERSION: ${{ steps.setup-env.outputs.shfmt-version }}
run: go install mvdan.cc/sh/v3/cmd/shfmt@${PACKAGE_VERSION}
- name: Install Terraform-docs
env:
TERRAFORM_DOCS_VERSION: ${{ steps.setup-env.outputs.terraform-docs-version }}
run: |
go install \
github.com/terraform-docs/terraform-docs@${TERRAFORM_DOCS_VERSION}
Expand Down

0 comments on commit 9dc5980

Please sign in to comment.