github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/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