mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-14 02:32:39 -06:00
a127607a85
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
11 lines
443 B
Go
11 lines
443 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Package moduledeps contains types that can be used to describe the
|
|
// providers required for all of the modules in a module tree.
|
|
//
|
|
// It does not itself contain the functionality for populating such
|
|
// data structures; that's in OpenTofu core, since this package intentionally
|
|
// does not depend on OpenTofu core to avoid package dependency cycles.
|
|
package moduledeps
|