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 // Filename is a name where to write the generated configuration, else // we default to printing to screen Filename string // 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 // Writer is the writer to use for output Writer io.Writer }
Command returns the cobra command
Click to show internal directories.
Click to hide internal directories.