Documentation ¶
Overview ¶
Package state has all abstracted logic related to the Terraform state
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct { Config map[string]provider.Resource // contains filtered or unexported fields }
Writer is a Writer implementation that is meant to generate a TFState
func (*Writer) Interpolate ¶ added in v0.4.0
func (w *Writer) Interpolate(i *interpolator.Interpolator)
Interpolate will defined dependencies for each component using the `i` Interpolator built in the import.
Click to show internal directories.
Click to hide internal directories.