package
0.8.4
Repository: https://github.com/r3labs/terraform.git
Documentation: pkg.go.dev

# Functions

GetCopy is the same as Get except that it downloads a copy of the module represented by source.
NewEmptyTree returns a new tree that is empty (contains no configuration).
NewTree returns a new Tree for the given config structure.
NewTreeModule is like NewTree except it parses the configuration in the directory and gives it a specific name.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
RootName is the name of the root tree.

# Structs

Module represents the metadata for a single module.
Tree represents the module import tree of configurations.
TreeError is an error returned by Tree.Validate if an error occurs with validation.

# Type aliases

GetMode is an enum that describes how modules are loaded.