Skip to content

Allow for dashes `-` in modules names.

Jonathan Feinberg requested to merge jonathf/sphinx-terraform:allow-dashes into main

Gitlab's terraform modules interface don't allow for underscores. I believe it is part of the terraform specification. Anyway, to allow for using dashing, which is allowed as seperator, we need a patch.

Merge request reports