Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertResources ¶ added in v0.6.4
ConvertResources consumes Terraform state and a GraphViz representation produced by `terraform graph` to produce resources consumable by Coder.
Types ¶
type ServeOptions ¶
type ServeOptions struct {
*provisionersdk.ServeOptions
// BinaryPath specifies the "terraform" binary to use.
// If omitted, the $PATH will attempt to find it.
BinaryPath string
CachePath string
Logger slog.Logger
}
Click to show internal directories.
Click to hide internal directories.