terraform-docs / gh-actions

A Github action for generating Terraform module documentation using terraform-docs and gomplate
Apache License 2.0
144 stars 61 forks source link

feat: install yq directly from alpine without extra repo #127

Closed khos2ow closed 5 months ago

khos2ow commented 5 months ago

Description of your changes

Previously we had to add additional repository to be able to install yq from. But now alpine image already has the package yq ready to be installed.

Fixes #99

I have:

How has this code been tested