github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/internal/providercache/doc.go (about)

     1  // Package providercache contains the logic for auto-installing providers from
     2  // packages obtained elsewhere, and for managing the local directories that
     3  // serve as global or single-configuration caches of those auto-installed
     4  // providers.
     5  //
     6  // It builds on the lower-level provider source functionality provided by
     7  // the internal/getproviders package, adding the additional behaviors around
     8  // obtaining the discovered providers and placing them in the cache
     9  // directories for subsequent use.
    10  package providercache