github.com/hugorut/terraform@v1.1.3/src/getproviders/doc.go (about)

     1  // Package getproviders is the lowest-level provider automatic installation
     2  // functionality. It can answer questions about what providers and provider
     3  // versions are available in a registry, and it can retrieve the URL for
     4  // the distribution archive for a specific version of a specific provider
     5  // targeting a particular platform.
     6  //
     7  // This package is not responsible for choosing the best version to install
     8  // from a set of available versions, or for any signature verification of the
     9  // archives it fetches. Callers will use this package in conjunction with other
    10  // logic elsewhere in order to construct a full provider installer.
    11  package getproviders