workflows: Add setup-terraform before doc generation step (#248)

This commit is contained in:
Austin Valle
2024-10-01 12:48:37 -04:00
committed by GitHub
parent f8c917ff9c
commit a056b2fcbf
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ If you wish to work on the provider, you'll first need [Go](http://www.golang.or
To compile the provider, run `go install`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.
To generate or update documentation, run `go generate`.
To generate or update documentation, run `make generate`.
In order to run the full suite of Acceptance tests, run `make testacc`.