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

     1  // Package getmodules contains the low-level functionality for fetching
     2  // remote module packages. It's essentially just a thin wrapper around
     3  // go-getter.
     4  //
     5  // This package is only for remote module source addresses, not for local
     6  // or registry source addresses. The other address types are handled
     7  // elsewhere.
     8  package getmodules