terraform/internal
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
..
earlyconfig grammatical updates to comments and docs (#20195) 2019-03-21 14:05:41 -07:00
initwd internal/initwd: Fix module installation error 2019-05-14 07:38:06 -07:00
modsdir Move module install functionality over to internal/initwd 2019-01-14 11:33:21 -08:00
tfplugin5 configs/configschema: Introduce the NestingGroup mode for blocks 2019-04-10 14:53:52 -07:00