github.com/opentofu/opentofu@v1.7.1/internal/configs/configload/doc.go (about)

     1  // Copyright (c) The OpenTofu Authors
     2  // SPDX-License-Identifier: MPL-2.0
     3  // Copyright (c) 2023 HashiCorp, Inc.
     4  // SPDX-License-Identifier: MPL-2.0
     5  
     6  // Package configload knows how to install modules into the .terraform/modules
     7  // directory and to load modules from those installed locations. It is used
     8  // in conjunction with the LoadConfig function in the parent package.
     9  package configload