Documentation ¶
Index ¶
- func FindExec(workingDir string) (*tfexec.Terraform, error)
- func Import(tf *tfexec.Terraform, p prop.TFBlock, f io.Writer) error
- func Init(tf *tfexec.Terraform) error
- func RecursiveImport(tf *tfexec.Terraform, p prop.MutatableTfBlock, f io.Writer) error
- func Refresh(tf *tfexec.Terraform) error
- func Show(tf *tfexec.Terraform) (string, error)
- func Version(tf *tfexec.Terraform) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecursiveImport ¶ added in v0.6.0
RecursiveImport attempts to import resources specified in the resource_link block of fastly_service_compute. As the resource_link lacks resource type information, this function iteratively tries to import using different resource types until it succeeds.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.