github.com/opentofu/opentofu@v1.7.1/internal/moduledeps/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 moduledeps contains types that can be used to describe the 7 // providers required for all of the modules in a module tree. 8 // 9 // It does not itself contain the functionality for populating such 10 // data structures; that's in OpenTofu core, since this package intentionally 11 // does not depend on OpenTofu core to avoid package dependency cycles. 12 package moduledeps