mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
a15a4acf2f
* configs/configupgrade: detect possible relative module sources If a module source appears to be a relative local path but does not have a preceding ./, print a #TODO message for the user. * internal/initwd: limit go-getter detectors to those supported by terraform * internal/initwd: move isMaybeRelativeLocalPath check into getWithGoGetter To avoid making two calls to getter.Detect, which potentially makes non-trivial API calls, the "isMaybeRelativeLocalPath" check was moved to a later step and a custom error type was added so user-friendly diagnostics could be displayed in the event that a possible relative local path was detected. |
||
---|---|---|
.. | ||
test-fixtures | ||
copy_dir_test.go | ||
copy_dir.go | ||
doc.go | ||
from_module_test.go | ||
from_module.go | ||
getter.go | ||
inode_freebsd.go | ||
inode_windows.go | ||
inode.go | ||
load_config.go | ||
module_install_hooks.go | ||
module_install_test.go | ||
module_install.go | ||
testing.go | ||
version_required.go |