Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issues ¶ added in v0.2.0
type Issues []*Issue
Issues is an alias for the map of Issue
func ModuleShouldHaveLocalBackendOverride ¶ added in v0.2.0
func ModuleShouldHaveRemoteBackend ¶ added in v0.2.0
func ModuleShouldHaveUniqueBackend ¶ added in v0.2.0
type Module ¶
type Module struct { // Path is the local filesystem directory where the module was loaded from. Path string `json:"path"` RequiredCore []string `json:"required_core,omitempty"` Backends []*Backend }
Module is the top-level type representing a parsed and processed Terraform module.
func LoadModules ¶
type ModuleBackend ¶ added in v0.2.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.