terraform/internal/initwd/test-fixtures
Kristin Laemmert bf04503f04
internal/initwd: identify possible relative module sources
Identify module sources that look like relative paths ("child" instead
of "./child", for example) and surface a helpful error.

Previously, such module sources would be passed to go-getter, which
would fail because it was expecting an absolute, or properly relative,
path. This commit moves the check for improper relative paths sooner so
a user-friendly error can be displayed.
2019-03-11 15:25:21 -07:00
..
already-installed Move module install functionality over to internal/initwd 2019-01-14 11:33:21 -08:00
empty Move module install functionality over to internal/initwd 2019-01-14 11:33:21 -08:00
go-getter-modules Move module install functionality over to internal/initwd 2019-01-14 11:33:21 -08:00
local-module-error internal/initwd: identify possible relative module sources 2019-03-11 15:25:21 -07:00
local-modules Move module install functionality over to internal/initwd 2019-01-14 11:33:21 -08:00
registry-modules Move module install functionality over to internal/initwd 2019-01-14 11:33:21 -08:00