terraform/config/module
Martin Atkins ba0514106a return tfdiags.Diagnostics from validation methods
Validation is the best time to return detailed diagnostics
to the user since we're much more likely to have source
location information, etc than we are in later operations.

This change doesn't actually add any detail to the messages
yet, but it changes the interface so that we can gradually
introduce more detailed diagnostics over time.

While here there are some minor adjustments to some of the
messages to improve their consistency with terminology we
use elsewhere.
2017-11-28 11:15:29 -08:00
..
test-fixtures remove provider inheritance from Tree.Load 2017-11-06 17:27:45 -05:00
copy_dir.go
detector_test.go update test for error condition 2017-10-27 09:08:15 -04:00
get.go remove the registryDetector 2017-10-27 09:08:15 -04:00
get_test.go config/module: allow registry download sources to be relative paths 2017-10-30 10:37:25 -07:00
inode.go Fixed broken build for netbsd 2017-02-22 00:30:18 +08:00
inode_freebsd.go
inode_windows.go
module.go implement provider inheritence during loading 2017-10-27 09:08:15 -04:00
module_test.go add credentials to module.Storage 2017-10-27 16:16:35 -04:00
registry.go move Svchost method to regsrc.Module 2017-11-20 18:29:09 -05:00
registry_test.go failing test for module not found error 2017-11-20 17:42:35 -05:00
storage.go move Svchost method to regsrc.Module 2017-11-20 18:29:09 -05:00
storage_test.go Storage.GetModule 2017-10-27 19:17:26 -04:00
testing.go rename ModuleStorage to Storage 2017-10-27 13:11:21 -04:00
tree.go return tfdiags.Diagnostics from validation methods 2017-11-28 11:15:29 -08:00
tree_gob.go
tree_gob_test.go add credentials to module.Storage 2017-10-27 16:16:35 -04:00
tree_test.go return tfdiags.Diagnostics from validation methods 2017-11-28 11:15:29 -08:00
validate_provider_alias.go config: smarter provider alias usage validation 2016-12-16 16:47:32 -08:00
versions.go Use the new regsrc and response packages 2017-10-27 09:08:15 -04:00
versions_test.go Use the new regsrc and response packages 2017-10-27 09:08:15 -04:00