Documentation ¶
Overview ¶
Helpers to execute OS commands.
Index ¶
- type TfDriver
- func (d *TfDriver) Apply(t pulcheck.T, plan *TfPlan) error
- func (d *TfDriver) GetOutput(t pulcheck.T, outputName string) string
- func (d *TfDriver) GetState(t pulcheck.T) string
- func (d *TfDriver) Plan(t pulcheck.T) (*TfPlan, error)
- func (d *TfDriver) Show(t pulcheck.T, planFile string) string
- func (d *TfDriver) Write(t pulcheck.T, program string)
- type TfPlan
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TfDriver ¶
type TfDriver struct {
// contains filtered or unexported fields
}
func NewTfDriver ¶
This takes a sdkv2 schema.Provider or a providerv6
Click to show internal directories.
Click to hide internal directories.