github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/providercache/doc.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 // Package providercache contains the logic for auto-installing providers from 5 // packages obtained elsewhere, and for managing the local directories that 6 // serve as global or single-configuration caches of those auto-installed 7 // providers. 8 // 9 // It builds on the lower-level provider source functionality provided by 10 // the internal/getproviders package, adding the additional behaviors around 11 // obtaining the discovered providers and placing them in the cache 12 // directories for subsequent use. 13 package providercache