Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct { cmd.Factory // EnableDefaults indicates if any defaults with values from the terraform module are included EnableDefaults bool // Provider is the module provider Provider string // Name is the name of the resource Name string // Source is the registry source Source string // SourceNamespace is the module namespace SourceNamespace string // Query is the registry query string Query string }
Command returns the cobra command for the "build" sub-command.
Click to show internal directories.
Click to hide internal directories.