Documentation ¶
Overview ¶
Package hcl has all abstracted logic related to HCL
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Writer ¶
type Writer struct { // The keys are Config[<category>]["resources"][<resource_type>] Config map[string]map[string]interface{} // contains filtered or unexported fields }
Writer is a Writer implementation that writes to a static map to then transform it to HCL
func (*Writer) Interpolate ¶ added in v0.4.0
func (w *Writer) Interpolate(i *interpolator.Interpolator)
Interpolate replaces the hardcoded resources link with TF interpolation.
Click to show internal directories.
Click to hide internal directories.