mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
11 lines
445 B
Go
11 lines
445 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 Terraform core, since this package intentionally
|
|
// does not depend on terraform core to avoid package dependency cycles.
|
|
package moduledeps
|