Use official terraform-docs releases again#263
Conversation
The changes we need were merged and a new release including them was cut. As a result we can resume installing terraform-docs from the official repository.
There was a problem hiding this comment.
Pull request overview
This pull request updates the CI build workflow to use the upstream terraform-docs project again (via versioned installs) rather than building from a temporary fork/branch, resolving the earlier workaround tracked in issue #165.
Changes:
- Removed fork/branch environment variables used to clone a temporary
terraform-docsfork. - Replaced the clone+local build steps with a
go installofterraform-docsat the version provided bysetup-env.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Doesn't this resolve #165? You should add that to the description so the issue gets closed. |
That was already mentioned in the description and linked. |
Sorry, I somehow missed that. I usually put it in the motivation section. |
🗣 Description
This pull request restores using official terraform-docs releases in the
buildworkflow. This resolves #165.💭 Motivation and context
With the merge of my two feature branches into the terraform-docs repository and the new
0.22.0release we can start using official releases again.🧪 Testing
Automated tests pass.
✅ Pre-approval checklist