Skip to content

Resolve xref on exact name match.

Jonathan Feinberg requested to merge jonathf/sphinx-terraform:exact-name into main

When multiple resources share part of the name, e.g. hello and hello_world, sphinx-terraform will only require that part of the name matches. But multiple targets is ambiguous, so the ref is not resolved and a warning is raised.

By requireing the name to be exact, subnames no longer become a problem.

Merge request reports