terraform-docs / gh-actions

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

Properly extract comma separated working directories #41

Closed khos2ow closed 3 years ago

khos2ow commented 3 years ago

Description of your changes

Properly extract items separated by , from working-dir config item. For example .,module-a,module-b will correctly result in:

Fixes #36

I have:

How has this code been tested