terraform/plugin/discovery
Justin Campbell e6316c9de6 plugin/discovery: Parse warnings from TF Registry
Terraform Registry (and other registry implementations) can now return
an array of warnings with the versions response. These warnings are now
displayed to the user during a `terraform init`.
2019-03-18 12:21:27 -04:00
..
test-fixtures plugin/discovery: plugin caching mechanism 2017-09-29 14:03:09 -07:00
testdata plugin/discovery: Use GPG keys from Registry 2018-11-20 14:09:16 -05:00
error.go Nest incompatible provider protocol error to include dynamic custom msg 2019-01-14 14:56:47 -06:00
find.go Standardize on log level "WARN" rather than "WARNING" 2018-01-16 18:05:26 -08:00
find_test.go plugin/discovery: trim off .exe suffix when parsing filenames 2017-07-18 10:00:23 -07:00
get.go plugin/discovery: Parse warnings from TF Registry 2019-03-18 12:21:27 -04:00
get_cache.go plugin/discovery: plugin caching mechanism 2017-09-29 14:03:09 -07:00
get_cache_test.go plugin/discovery: plugin caching mechanism 2017-09-29 14:03:09 -07:00
get_test.go plugin/discovery: Return tfdiags from Get 2019-03-18 12:21:27 -04:00
hashicorp.go plugin/discovery: Verify sig against HashiCorp key 2019-03-01 14:05:51 -05:00
meta.go plugin/discovery: use go-version instead of semver 2017-06-09 14:03:59 -07:00
meta_set.go remove "~> 0.0" constraint suggestions 2017-06-16 16:25:36 -04:00
meta_set_test.go remove "~> 0.0" constraint suggestions 2017-06-16 16:25:36 -04:00
meta_test.go udpate to plugin name convention 2017-06-09 14:03:59 -07:00
requirements.go Bump installer protocol version to 5 and separate client and server protocol references 2019-01-16 15:07:57 -06:00
requirements_test.go plugin/discovery: PluginRequirements can specify SHA256 digests 2017-06-09 14:03:59 -07:00
signature.go plugin/discovery: Use GPG keys from Registry 2018-11-20 14:09:16 -05:00
version.go Prerelease versions are filtered for plugin protocol mismatches 2019-01-11 12:56:47 -06:00
version_set.go terraform: HCL2-flavored module dependency resolver 2018-10-16 18:44:26 -07:00
version_set_test.go update tests to match pre-release constraint rules 2018-10-16 18:24:47 -07:00
version_test.go Add Versions.Sort 2017-06-09 14:03:59 -07:00