Skip to content

Commit

Permalink
install terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jan 10, 2025
1 parent 1daf556 commit 5497251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- name: Build
run: go build -v ./...

- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.1.7"

- name: Generate documentation
run: make generatedocs

Expand Down

0 comments on commit 5497251

Please sign in to comment.