terraform/internal/initwd
Martin Atkins f5a7f45ffb internal/initwd: Fix module installation error
The "err" variable in the MaybeRelativePathErr condition was masking the
original err with nil in the "else" case of this branch, causing the
error message to be incomplete.

While here, also tweaked the wording to say "Could not download" rather
than "Error attempting to download", both to say the same thing in fewer
words and because the summary line above already starts with "Error:"
when we print out this message, so it looks weird to have both lines
start with the same word.
2019-05-14 07:38:06 -07:00
..
test-fixtures internal/initwd: follow local module path symlink (#21063) 2019-04-24 08:19:27 -04:00
copy_dir.go copyDir: detect if the module install path is a symlink to a directory (#20603) 2019-03-07 12:59:48 -08:00
copy_dir_test.go copyDir: detect if the module install path is a symlink to a directory (#20603) 2019-03-07 12:59:48 -08:00
doc.go command: "terraform init" can partially initialize for 0.12upgrade 2019-01-14 11:33:21 -08:00
from_module.go command: "terraform init" can partially initialize for 0.12upgrade 2019-01-14 11:33:21 -08:00
from_module_test.go internal/initwd: identify possible relative module sources 2019-03-11 15:25:21 -07:00
getter.go configs/configupgrade: detect possible relative module sources (#20646) 2019-03-13 11:17:14 -07:00
inode.go
inode_freebsd.go
inode_windows.go
load_config.go command: "terraform init" can partially initialize for 0.12upgrade 2019-01-14 11:33:21 -08:00
module_install.go internal/initwd: Fix module installation error 2019-05-14 07:38:06 -07:00
module_install_hooks.go
module_install_test.go internal/initwd: follow local module path symlink (#21063) 2019-04-24 08:19:27 -04:00
testing.go command: "terraform init" can partially initialize for 0.12upgrade 2019-01-14 11:33:21 -08:00
version_required.go command: "terraform init" can partially initialize for 0.12upgrade 2019-01-14 11:33:21 -08:00