mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-20 12:02:01 -04:00
10 lines
393 B
Go
10 lines
393 B
Go
// Copyright (c) The OpenTofu Authors
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
// Copyright (c) 2023 HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Package configload knows how to install modules into the .terraform/modules
|
|
// directory and to load modules from those installed locations. It is used
|
|
// in conjunction with the LoadConfig function in the parent package.
|
|
package configload
|